We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0707f54 commit 8103879Copy full SHA for 8103879
1 file changed
user_guide_src/source/conf.py
@@ -94,16 +94,17 @@
94
# pixels large.
95
html_favicon = '_static/favicon.ico'
96
97
+# The name of an style sheet to use for HTML pages.
98
+html_style = 'css/citheme.css'
99
+
100
# Output file base name for HTML help builder.
101
htmlhelp_basename = 'CodeIgniterdoc'
102
103
# If true, the reST sources are included in the HTML build as _sources/name.
104
html_copy_source = False
105
106
# A list of CSS files.
-html_css_files = [
- 'css/citheme.css',
-]
107
+html_css_files = []
108
109
# A list of JS files.
110
html_js_files = [
0 commit comments