Skip to content

Commit

Permalink
test more RTD changes (#159)
Browse files Browse the repository at this point in the history
* test more RTD changes

* Add pip to environment.yml
  • Loading branch information
ManuelHu authored Nov 12, 2024
1 parent 25cac58 commit 0fff30d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ build:
- mkdir -p docs/extra/doxygen
- cp -r docs/_doxygen/html/* docs/extra/doxygen
- cp docs/conf.py.in docs/conf.py
- git restore docs/environment.yml
- git status
- git diff
- python -m setuptools_scm

conda:
environment: docs/environment.yml
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ channels:

dependencies:
- python=3.10
- pip
- breathe
- doxygen
- exhale
Expand Down

0 comments on commit 0fff30d

Please sign in to comment.