diff --git a/.readthedocs.yml b/.readthedocs.yml index cae7f33..cec2278 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/source/conf.py @@ -15,8 +20,7 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.12" install: - requirements: doc/requirements.txt - - method: setuptools + - method: pip path: .