Skip to content

Commit

Permalink
Fix version range bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Paul authored Mar 28, 2022
1 parent ae31d76 commit 1fb5816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
zip_safe=True,
include_package_data=True,
install_requires=[
"sphinx-book-theme>=0.1.7<0.2",
"sphinx-book-theme>=0.1.7,<0.2",
],
packages=find_packages(),
entry_points={"sphinx.html_themes": ["sphinx_pythia_theme = sphinx_pythia_theme"]},
Expand Down

0 comments on commit 1fb5816

Please sign in to comment.