Merge pull request #4585 from nsirletti/fix-readthedocs-build

Make doc downloadable on ReadTheDocs.org
This commit is contained in:
Mikhail Korobov 2020-05-19 20:45:20 +05:00 committed by GitHub
commit 6e79216425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
version: 2
formats: all
sphinx:
configuration: docs/conf.py
fail_on_warning: true

View File

@ -100,6 +100,9 @@ exclude_trees = ['.build']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
# List of Sphinx warnings that will not be raised
suppress_warnings = ['epub.unknown_project_files']
# Options for HTML output
# -----------------------