File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
# The theme to use for HTML and HTML Help pages. See the documentation for
44
44
# a list of builtin themes.
45
45
#
46
- import sphinx_rtd_theme
46
+ import sphinx_rtd_theme , nbsphinx
47
47
48
48
html_theme = "sphinx_rtd_theme"
49
49
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def get_install_requires():
23
23
long_description_content_type = "text/markdown" ,
24
24
packages = find_packages (exclude = ("tests" ,)),
25
25
install_requires = get_install_requires (),
26
- python_requires = ">=3.6 " ,
26
+ python_requires = ">=3.7 " ,
27
27
classifiers = [
28
28
"Development Status :: 2 - Pre-Alpha" ,
29
29
"License :: OSI Approved :: MIT License" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ application-import-names = flake8
46
46
47
47
[testenv:docs]
48
48
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
50
50
51
51
52
52
[testenv:mypy]
You can’t perform that action at this time.
0 commit comments