Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed May 14, 2023
1 parent 3f9580d commit 8a3fca6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx>=4.2.0,<5.2.0
docutils>=0.17.1
sphinx>=7.0.0
docutils
sphinxcontrib-jquery
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ zip_safe = False
include_package_data = True
packages = trojanzoo_sphinx_theme
install_requires =
sphinx
sphinx>=7.0.0
docutils
sphinxcontrib-jquery
python_requires = >3
Expand Down
2 changes: 1 addition & 1 deletion trojanzoo_sphinx_theme/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

__version__ = '1.0.2'
__version__ = '1.0.3'

0 comments on commit 8a3fca6

Please sign in to comment.