diff --git a/.readthedocs.yml b/.readthedocs.yml index 5263fbb..2f854a7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,15 +5,22 @@ # Required version: 2 -python: - version: 3.7 - install: - - requirements: docs/requirements.txt +# Optionally set the version of Python and requirements required to build your docs +build: + os: ubuntu-22.04 + tools: + python: "3.10" # Build documentation in the source/ directory with Sphinx sphinx: configuration: docs/conf.py +# Optionally set the version of Python and requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt + + # Setup submodules submodules: include: all