File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ termcolor==1.1.0
88git+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
1616coverage>=3.7.1
Original file line number Diff line number Diff 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 ...
Original file line number Diff line number Diff line change 149149# typographically correct entities.
150150html_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 = {}
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ requests==2.5.1
2828termcolor==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
Original file line number Diff line number Diff line change 11[theme]
2- inherit = default
2+ inherit = classic
33pygments_style = monokai
44
55[options]
You can’t perform that action at this time.
0 commit comments