diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..c684bc20 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +conda: + environment: conda_env.yml + +sphinx: + configuration: docs/conf.py + +formats: + - pdf \ No newline at end of file