diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bdb2a5d..e3373df 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,6 @@ mkdocs: configuration: mkdocs.yml # Optionally declare the Python requirements required to build your docs -# python: -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: pip-requirements.txt