File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 51
51
# The suffix(es) of source filenames.
52
52
# You can specify multiple suffix as a list of string:
53
53
#
54
- source_suffix = ' .rst'
54
+ source_suffix = " .rst"
55
55
56
56
# The master toctree document.
57
57
master_doc = "tutorial_index"
72
72
# List of patterns, relative to source directory, that match files and
73
73
# directories to ignore when looking for source files.
74
74
# This pattern also affects html_static_path and html_extra_path.
75
- exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ,
76
- "**/CHANGELOG.rst" , "**/README.rst" ,
77
- "**/.work" , # act temp files
78
- "**/LICENSE.rst" ,
79
- "venv" , # local virtualenv
80
- ]
75
+ exclude_patterns = [
76
+ "_build" ,
77
+ "Thumbs.db" ,
78
+ ".DS_Store" ,
79
+ "**/CHANGELOG.rst" ,
80
+ "**/README.rst" ,
81
+ "**/.work" , # act temp files
82
+ "**/LICENSE.rst" ,
83
+ "venv" , # local virtualenv
84
+ ]
81
85
82
86
# The name of the Pygments (syntax highlighting) style to use.
83
87
pygments_style = None
193
197
194
198
195
199
# -- Extension configuration -------------------------------------------------
196
- copybutton_exclude = ' .linenos, .gp, .go'
200
+ copybutton_exclude = " .linenos, .gp, .go"
197
201
198
202
# -- Options for todo extension ----------------------------------------------
199
203
You can’t perform that action at this time.
0 commit comments