Skip to content

Commit 8103879

Browse files
committed
Force citheme.css to be the default css in the userguide. [ci skip]
1 parent 0707f54 commit 8103879

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

user_guide_src/source/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,17 @@
9494
# pixels large.
9595
html_favicon = '_static/favicon.ico'
9696

97+
# The name of an style sheet to use for HTML pages.
98+
html_style = 'css/citheme.css'
99+
97100
# Output file base name for HTML help builder.
98101
htmlhelp_basename = 'CodeIgniterdoc'
99102

100103
# If true, the reST sources are included in the HTML build as _sources/name.
101104
html_copy_source = False
102105

103106
# A list of CSS files.
104-
html_css_files = [
105-
'css/citheme.css',
106-
]
107+
html_css_files = []
107108

108109
# A list of JS files.
109110
html_js_files = [

0 commit comments

Comments
 (0)