This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 176
176
177
177
# A list of files that should not be packed into the epub file.
178
178
epub_exclude_files = ['search.html' ]
179
+
180
+ # -- Setup for 'confval' used in docs/configuration.rst ----------------------
181
+
182
+ def setup (app ):
183
+ app .add_object_type ('confval' , 'confval' ,
184
+ 'pair: %s; configuration value' )
Original file line number Diff line number Diff line change
1
+ Configuration
2
+ =============
3
+
4
+ The following settings are available.
5
+ You can customize these configuration options in your ``conf.py `` file:
6
+
7
+ .. confval :: rtd_sphinx_search_file_type
8
+
9
+ Description: Type of files to be included in the html.
10
+
11
+ Possible values:
12
+
13
+ - ``minified ``: Include the minified and uglified CSS and JS files.
14
+ - ``un-minified ``: Include the original CSS and JS files.
15
+
16
+ Default: ``'minified' ``
17
+
18
+ Type: ``string ``
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ The CSS is also autoprefixed to extend the support to most of the browsers.
39
39
:caption: Table of Contents
40
40
41
41
installation
42
+ configuration
42
43
custom-design
43
44
development
44
45
testing
You can’t perform that action at this time.
0 commit comments