diff --git a/.readthedocs.yml b/.readthedocs.yml index 66db6ce..d3577be 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,15 +1,22 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required version: 2 +sphinx: + configuration: docs/conf.py + build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" +# Optionally set the version of Python and requirements required to build your docs python: - version: 3.11 install: - method: pip path: . extra_requirements: - docs - - all - -formats: []