We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09818cb + 32a3d39 commit d433044Copy full SHA for d433044
.readthedocs.yaml
@@ -10,18 +10,18 @@ version: 2
10
build:
11
os: ubuntu-24.04
12
tools:
13
- python: "3.13"
+ python: "3.11"
14
apt_packages:
15
- graphviz
16
jobs:
17
install:
18
- doxygen
19
- pip install pydot
20
+ - pip install sphinx_rtd_theme==3.0.2
21
- pip install sphinx==5.0.2
22
- pip install breathe==4.35.0
23
- pip install -U exhale==0.3.7
- - pip install sphinx_rtd_theme==3.0.2
24
-
+
25
26
# Build documentation in the "docs/" directory with Sphinx
27
sphinx:
0 commit comments