Skip to content

Commit ee5eff2

Browse files
committed
Update requirements file
1 parent 4eef43b commit ee5eff2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# The theme to use for HTML and HTML Help pages. See the documentation for
4444
# a list of builtin themes.
4545
#
46-
import sphinx_rtd_theme
46+
import sphinx_rtd_theme, nbsphinx
4747

4848
html_theme = "sphinx_rtd_theme"
4949

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_install_requires():
2323
long_description_content_type="text/markdown",
2424
packages=find_packages(exclude=("tests",)),
2525
install_requires=get_install_requires(),
26-
python_requires=">=3.6",
26+
python_requires=">=3.7",
2727
classifiers=[
2828
"Development Status :: 2 - Pre-Alpha",
2929
"License :: OSI Approved :: MIT License",

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ application-import-names = flake8
4646

4747
[testenv:docs]
4848
commands =
49-
py.test --doctest-glob="*.md" --doctest-glob="README.md" README.md
49+
py.test --doctest-glob="*.rst" --doctest-glob="README.rst" README.rst
5050

5151

5252
[testenv:mypy]

0 commit comments

Comments
 (0)