Skip to content

Commit 1be076d

Browse files
committed
fix(docs): handle changes in Sphinx 1.3.0
1 parent a039006 commit 1be076d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dev_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ termcolor==1.1.0
88
git+https://github.com/pyinstaller/pyinstaller@7413317
99

1010
# Deis documentation requirements
11-
Sphinx>=1.2.3
12-
smartypants>=1.8.6
13-
sphinxcontrib-httpdomain>=1.3.0
11+
Sphinx==1.3.0
12+
smartypants==1.8.6
13+
sphinxcontrib-httpdomain==1.3.0
1414

1515
# Run "make coverage" for the % of code exercised during tests
1616
coverage>=3.7.1

0 commit comments

Comments
 (0)