Skip to content

Commit fc5213a

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

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

controller/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

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Please add any issues you find with this documentation to the
2727
(docs)$ make server
2828
sphinx-build -b dirhtml -d _build/doctrees . _build/dirhtml
2929
Making output directory...
30-
Running Sphinx v1.2.3
30+
Running Sphinx v1.3.0
3131
...
3232
Build finished. The HTML pages are in _build/dirhtml.
3333
Serving HTTP on 0.0.0.0 port 8000 ...

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
# typographically correct entities.
150150
html_use_smartypants = True
151151

152-
html_add_permalinks = True
152+
# html_add_permalinks = '¶'
153153

154154
# Custom sidebar templates, maps document names to template names.
155155
#html_sidebars = {}

docs/docs_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ requests==2.5.1
2828
termcolor==1.1.0
2929

3030
# Deis documentation requirements
31-
Sphinx>=1.2.3
32-
smartypants>=1.8.6
31+
Sphinx==1.3.0
32+
smartypants==1.8.6

docs/theme/deis/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[theme]
2-
inherit = default
2+
inherit = classic
33
pygments_style = monokai
44

55
[options]

0 commit comments

Comments
 (0)