Merge pull request #4152 from Gallaecio/sphinx-extensions

Install the sphinx-notfound-page Sphinx extension
This commit is contained in:
Mikhail Korobov 2019-11-15 00:36:56 +05:00 committed by GitHub
commit a541c329a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@ sys.path.insert(0, path.dirname(path.dirname(__file__)))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'notfound.extension',
'scrapydocs',
'sphinx.ext.autodoc',
'sphinx.ext.coverage',

View File

@ -1,2 +1,3 @@
Sphinx>=2.1
sphinx_rtd_theme
sphinx-notfound-page
sphinx_rtd_theme