diff --git a/.readthedocs.yml b/.readthedocs.yml index d547bff..da16f14 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,16 @@ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: doc/source/conf.py + python: install: # Run setup.py first to generate the version.py file. For some reason it