diff --git a/.readthedocs.yml b/.readthedocs.yml index 2e90bc2..c269fd4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/source/conf.py @@ -17,8 +22,7 @@ sphinx: formats: - pdf -# Optionally set the version of Python and requirements required to build your docs + python: - version: 3.8 - install: - - requirements: doc/requirements.txt \ No newline at end of file + install: + - requirements: doc/requirements.txt