We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f38b0 commit 5e9ffcbCopy full SHA for 5e9ffcb
.readthedocs.yaml
@@ -8,7 +8,7 @@ formats: all
8
build:
9
os: ubuntu-22.04
10
tools:
11
- python: "3.11"
+ python: "mambaforge-22.9"
12
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
docs/environment.yaml
@@ -2,8 +2,8 @@ name: docs # doxygen
2
channels:
3
- conda-forge
4
dependencies:
5
- - python=3.9
6
- - doxygen=1.9.1
+ - python=3.12
+ - doxygen=1.9.8
7
- pip
- pip:
- -r requirements.txt
0 commit comments