Skip to content

Commit

Permalink
RTD: Doxygen 1.9.1 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Sep 26, 2024
1 parent 651414b commit e50c5f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "mambaforge-latest"
# python: "3.11"

sphinx:
configuration: Docs/source/conf.py
configuration: Docs/source/conf.py

python:
install:
- requirements: Docs/requirements.txt
conda:
environment: Docs/conda.yml
# python:
# install:
# - requirements: Docs/requirements.txt

formats:
- htmlzip
Expand Down
12 changes: 12 additions & 0 deletions Docs/conda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: readthedocs

channels:
- conda-forge
- nodefaults

dependencies:
- python
- doxygen
- pip
- pip:
- -r requirements.txt
2 changes: 1 addition & 1 deletion Docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# License: BSD-3-Clause-LBNL

# WarpX PICMI bindings w/o C++ component (used for autoclass docs)
-e Python
-e ../Python
breathe
docutils>=0.17.1

Expand Down

0 comments on commit e50c5f2

Please sign in to comment.