diff --git a/.readthedocs.yml b/.readthedocs.yml index 8e80da6..7f7fa6f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,7 +18,8 @@ formats: - pdf # Optionally set the version of Python and requirements required to build your docs -# python: -# version: 3.7 -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + version: 3.7 + install: + - method: pip + path: . \ No newline at end of file