We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca5067 commit 0b234e1Copy full SHA for 0b234e1
.readthedocs.yaml
@@ -8,10 +8,7 @@ build:
8
python: "3.11"
9
jobs:
10
pre_install:
11
- - ls -la /usr/bin | grep -i g++
12
- - update-alternatives --install /usr/bin/g++ g++ /usr/bin/clang++-13 100
13
- - g++ --version
14
- - make requirements
+ - CXX="/usr/bin/clang++-13" make requirements
15
- make package
16
- python -m pip install -e .
17
sphinx:
0 commit comments