diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml new file mode 100644 index 00000000..2a879132 --- /dev/null +++ b/docs/.readthedocs.yaml @@ -0,0 +1,26 @@ +version: 2 + +build: + os: ubuntu-22.04 + apt_packages: + - autoconf + - exuberant-ctags + - gawk + - gfortran + - grep + - g++ + - libtool + - make + tools: + python: "mambaforge-22.9" + +conda: + environment: docs/.rtd_environment.yaml + +python: + install: + - method: pip + path: . + +sphinx: + configuration: docs/source/conf.py diff --git a/docs/.rtd_environment.yaml b/docs/.rtd_environment.yaml new file mode 100644 index 00000000..d2dbd218 --- /dev/null +++ b/docs/.rtd_environment.yaml @@ -0,0 +1,15 @@ +name: ledatelescope_bifrost_doc_env + +channels: + - conda-forge + +dependencies: + - numpy + - python + - scipy + - sphinx + - pip + - simplejson + - ctypesgen + - pip: + - pint