Skip to content

Commit

Permalink
Update RTD script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Oct 22, 2023
1 parent 03f38b0 commit 5e9ffcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ formats: all
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "mambaforge-22.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
4 changes: 2 additions & 2 deletions docs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: docs # doxygen
channels:
- conda-forge
dependencies:
- python=3.9
- doxygen=1.9.1
- python=3.12
- doxygen=1.9.8
- pip
- pip:
- -r requirements.txt

0 comments on commit 5e9ffcb

Please sign in to comment.