diff --git a/.readthedocs.yml b/.readthedocs.yml index cf5c394..0e617b8 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: builder: html @@ -15,6 +21,7 @@ formats: - pdf python: - version: 3.8 install: - requirements: docs/requirements.txt + - methodL: pip + path: .