diff --git a/.readthedocs.yml b/.readthedocs.yml index 758d263..8c460bb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,13 +1,18 @@ # Required version: 2 -# Image to use +# Set OS and Python version build: - image: testing + os: ubuntu-22.04 + tools: + python: "3.9" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py # Configuration python: - version: 3.9 install: - requirements: docs/requirements.txt - method: pip