Skip to content

Commit

Permalink
Add in doxygen and setuptools. Get the helper to build the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Dec 9, 2024
1 parent 1af88a3 commit 91bdcf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build:
os: ubuntu-22.04
apt_packages:
- autoconf
- doxygen
- exuberant-ctags
- gawk
- gfortran
Expand Down
1 change: 1 addition & 0 deletions docs/.rtd_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ dependencies:
- pip
- simplejson
- ctypesgen
- setuptools
- pip:
- pint
1 change: 1 addition & 0 deletions docs/.rtd_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ INSTALL_PREFIX=`python -c "import os,sys; print(os.path.dirname(os.path.dirname(
./configure --prefix=${INSTALL_PREFIX}
make -j all
make install
make docs

0 comments on commit 91bdcf1

Please sign in to comment.