require sphinx>=2.4

This commit is contained in:
nulano 2020-06-22 05:11:02 +02:00
parent 66eee05a37
commit 224ef2fadd
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import sphinx_rtd_theme
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
# needs_sphinx = '1.0'
needs_sphinx = "2.4"
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

View File

@ -9,4 +9,5 @@ pyflakes
pyroma
pytest
pytest-cov
sphinx>=2.4
sphinx-rtd-theme