Skip to content

Commit

Permalink
a temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed Jan 11, 2023
1 parent 37b8355 commit 079863d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx>=4.2.0
sphinx>=4.2.0,<5.2.0
docutils>=0.17.1
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>=4.2.0
sphinx>=4.2.0,<5.2.0
docutils>=0.17.1
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__ = '0.1.4'
__version__ = '0.1.5'

0 comments on commit 079863d

Please sign in to comment.