1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,7 +28,7 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
- 'pallets_sphinx_themes', 'reno.sphinxext']
+ 'pallets_sphinx_themes']
# Intersphinx Mapping
intersphinx_mapping = {'flask': ('http://flask.pocoo.org/docs/', None)}
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,4 +1,3 @@
Pallets-Sphinx-Themes
Pygments>=2.2.0
Sphinx>=1.8.1
-reno
|