Skip to content

Commit 36cb38a

Browse files
author
Felix Exner
committed
conf.py formatting
1 parent 357acf0 commit 36cb38a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

conf.py

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The suffix(es) of source filenames.
5252
# You can specify multiple suffix as a list of string:
5353
#
54-
source_suffix = '.rst'
54+
source_suffix = ".rst"
5555

5656
# The master toctree document.
5757
master_doc = "tutorial_index"
@@ -72,12 +72,16 @@
7272
# List of patterns, relative to source directory, that match files and
7373
# directories to ignore when looking for source files.
7474
# 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+
]
8185

8286
# The name of the Pygments (syntax highlighting) style to use.
8387
pygments_style = None
@@ -193,7 +197,7 @@
193197

194198

195199
# -- Extension configuration -------------------------------------------------
196-
copybutton_exclude = '.linenos, .gp, .go'
200+
copybutton_exclude = ".linenos, .gp, .go"
197201

198202
# -- Options for todo extension ----------------------------------------------
199203

0 commit comments

Comments
 (0)