diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index c5f5ccec..e0d4ba2b 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -4,6 +4,7 @@ build: os: ubuntu-22.04 apt_packages: - autoconf + - doxygen - exuberant-ctags - gawk - gfortran diff --git a/docs/.rtd_environment.yaml b/docs/.rtd_environment.yaml index d2dbd218..77fd4dc6 100644 --- a/docs/.rtd_environment.yaml +++ b/docs/.rtd_environment.yaml @@ -11,5 +11,6 @@ dependencies: - pip - simplejson - ctypesgen + - setuptools - pip: - pint diff --git a/docs/.rtd_helper.sh b/docs/.rtd_helper.sh index 175f0ccc..0136f13d 100755 --- a/docs/.rtd_helper.sh +++ b/docs/.rtd_helper.sh @@ -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