Skip to content

Commit d433044

Browse files
committed
2 parents 09818cb + 32a3d39 commit d433044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ version: 2
1010
build:
1111
os: ubuntu-24.04
1212
tools:
13-
python: "3.13"
13+
python: "3.11"
1414
apt_packages:
1515
- graphviz
1616
jobs:
1717
install:
1818
- doxygen
1919
- pip install pydot
20+
- pip install sphinx_rtd_theme==3.0.2
2021
- pip install sphinx==5.0.2
2122
- pip install breathe==4.35.0
2223
- pip install -U exhale==0.3.7
23-
- pip install sphinx_rtd_theme==3.0.2
24-
24+
2525

2626
# Build documentation in the "docs/" directory with Sphinx
2727
sphinx:

0 commit comments

Comments
 (0)