diff --git a/.readthedocs.yml b/.readthedocs.yml index 6ea8bfa..c3844b2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -13,7 +19,6 @@ sphinx: formats: all python: - version: 3.8 install: - method: pip path: .