Skip to content

Commit

Permalink
Update doxygen version for readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Sep 13, 2024
1 parent a742d5c commit a984cee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ python:
install:
- requirements: docs/sphinx/requirements.txt

conda:
environment: docs/environment.yml # needed until ubuntu ships doxygen >= 1.9.8

build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "mambaforge-22.9" # needed until ubuntu ships doxygen >= 1.9.8
apt_packages:
- "doxygen"
- "gfortran" # For pre-processing fortran sources
- "graphviz" # For dot graphs in doxygen
jobs:
Expand Down
10 changes: 10 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: RTD
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- doxygen=1.9.8
- pip:
- -r ./sphinx/requirements.txt

0 comments on commit a984cee

Please sign in to comment.