diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 382ca2a..a835eb6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.11" # Build documentation in the "docs/" directory with Sphinx sphinx: @@ -26,6 +26,8 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - method: setuptools + path: . + - requirements: readthedocs-pip-requirements.txt \ No newline at end of file