Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

Commit ebe0f45

Browse files
committed
Requires sphinxcontrib-httpdomain >=1.1.4.
1 parent c91e832 commit ebe0f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sphinxcontrib-httpdomain >=1.1.3
1+
sphinxcontrib-httpdomain >=1.1.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ def find_packages(where='.'):
3737
'Flask', 'Werkzeug', 'Jinja2', 'Flask-WTF',
3838
'Flask-Script'],
3939
extras_require={'docs': ['Sphinx >=1.0',
40-
'sphinxcontrib-httpdomain >=1.1.3']},
40+
'sphinxcontrib-httpdomain >=1.1.4']},
4141
license='AGPLv3')
4242

0 commit comments

Comments
 (0)