diff --git a/.readthedocs.yml b/.readthedocs.yml index 774df99..10b8710 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,7 +13,13 @@ sphinx: # formats: all # Optionally set the version of Python and requirements required to build your docs -# python: -# version: 3.7 -# install: -# - requirements: docs/requirements.txt +python: + version: 3.7 + install: + # - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - docs + - method: setuptools + path: package