From 91bdcf16ca373b89915b861704c0b4cb39615a45 Mon Sep 17 00:00:00 2001 From: jaycedowell Date: Mon, 9 Dec 2024 08:00:55 -0700 Subject: [PATCH] Add in doxygen and setuptools. Get the helper to build the docs. --- docs/.readthedocs.yaml | 1 + docs/.rtd_environment.yaml | 1 + docs/.rtd_helper.sh | 1 + 3 files changed, 3 insertions(+) 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