diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ec848a6..9aa6d65 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,16 +1,21 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required version: 2 +# Set the version of Python and other tools you might need build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.8" mkdocs: configuration: mkdocs.yml - fail_on_warning: false +# Optionally declare the Python requirements required to build your docs python: + version: "3.8" install: - - requirements: requirements.txt - - method: pip - path: . \ No newline at end of file + - requirements: requirements.txt