diff --git a/.readthedocs.yml b/.readthedocs.yml index 23f05b5..85656e3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,16 @@ version: 2 mkdocs: configuration: mkdocs.yml +# Set the version of Python and other tools you might need +build: + os: ubuntu-20.04 + tools: + python: "3.10" + python: - version: 3.7 install: - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - docs