Merge pull request #4373 from Gallaecio/fix-readthedocs

Fix the ReadTheDocs build
This commit is contained in:
Mikhail Korobov 2020-02-26 02:27:02 +05:00 committed by GitHub
commit 647cba0f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
version: 2
sphinx:
configuration: docs/conf.py
fail_on_warning: true
python:
# For available versions, see:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
version: 3.7 # Keep in sync with .travis.yml
install:
- requirements: docs/requirements.txt
- path: .