Skip to content

Commit

Permalink
Update requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
saicharan0112 committed Sep 1, 2022
1 parent 4eef43b commit ee5eff2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
import sphinx_rtd_theme
import sphinx_rtd_theme, nbsphinx

html_theme = "sphinx_rtd_theme"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_install_requires():
long_description_content_type="text/markdown",
packages=find_packages(exclude=("tests",)),
install_requires=get_install_requires(),
python_requires=">=3.6",
python_requires=">=3.7",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ application-import-names = flake8

[testenv:docs]
commands =
py.test --doctest-glob="*.md" --doctest-glob="README.md" README.md
py.test --doctest-glob="*.rst" --doctest-glob="README.rst" README.rst


[testenv:mypy]
Expand Down

0 comments on commit ee5eff2

Please sign in to comment.