| # File: .readthedocs.yaml | |
| version: 2 | |
| # Build from the docs/ directory with Sphinx | |
| sphinx: | |
| configuration: docs/conf.py | |
| # Explicitly set the version of Python and its requirements | |
| python: | |
| version: 3.7 | |
| install: | |
| - requirements: docs/requirements_docs.txt | |