diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b5da115..b9b21e1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,14 +4,16 @@ # Required version: 2 +# Set the version of Python and other tools you might need build: - os: ubuntu-24.04 + os: ubuntu-22.04 tools: python: "3" -python: - install: - - requirements: requirements.txt - mkdocs: configuration: mkdocs.yml + +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt