Skip to content

Commit 224ef2f

Browse files
committed
require sphinx>=2.4
1 parent 66eee05 commit 224ef2f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -- General configuration ------------------------------------------------
2323

2424
# If your documentation needs a minimal Sphinx version, state it here.
25-
# needs_sphinx = '1.0'
25+
needs_sphinx = "2.4"
2626

2727
# Add any Sphinx extension module names here, as strings. They can be
2828
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ pyflakes
99
pyroma
1010
pytest
1111
pytest-cov
12+
sphinx>=2.4
1213
sphinx-rtd-theme

0 commit comments

Comments
 (0)