Skip to content

Commit 5e9ffcb

Browse files
committed
Update RTD script
1 parent 03f38b0 commit 5e9ffcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ formats: all
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "3.11"
11+
python: "mambaforge-22.9"
1212

1313
# Build documentation in the docs/ directory with Sphinx
1414
sphinx:

docs/environment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: docs # doxygen
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.9
6-
- doxygen=1.9.1
5+
- python=3.12
6+
- doxygen=1.9.8
77
- pip
88
- pip:
99
- -r requirements.txt

0 commit comments

Comments
 (0)