File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ language : python
2+
3+ sudo : false
4+
5+ python :
6+ - " 2.7"
7+
8+ script : sphinx-build -nW -b html -d build/doctrees . build/html
Original file line number Diff line number Diff line change 1212# serve to show the default.
1313
1414import sys , os
15- from sphinx .highlighting import lexers
16- from pygments .lexers .web import PhpLexer
15+ from sphinx .highlighting import lexers
16+ from pygments .lexers .web import PhpLexer
1717
1818lexers ['php' ] = PhpLexer (startinline = True )
1919
131131# Add any paths that contain custom static files (such as style sheets) here,
132132# relative to this directory. They are copied after the builtin static files,
133133# so a file named "default.css" will overwrite the builtin "default.css".
134- html_static_path = ['theme/_static' ]
134+ # html_static_path = ['theme/_static']
135135
136136# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
137137# using the given strftime format.
Original file line number Diff line number Diff line change 1+ Sphinx == 1.2.2
You can’t perform that action at this time.
0 commit comments