Skip to content

Commit 21a49f4

Browse files
committed
flake8
1 parent c6aff7e commit 21a49f4

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/conf.py

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# to convert quotes and dashes to typographically correct entities.
6363
# Note to maintainers: setting this to `True` will cause contractions and
6464
# hyphenated words to be marked as misspelled by spellchecker.
65-
smartquotes=False
65+
smartquotes = False
6666

6767
# The name of the Pygments (syntax highlighting) style to use.
6868
# pygments_style = "sphinx.pygments_styles.PyramidStyle"
@@ -136,12 +136,12 @@
136136
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html
137137
myst_enable_extensions = [
138138
"deflist", # You will be able to utilise definition lists
139-
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#definition-lists
139+
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#definition-lists
140140
"linkify", # Identify “bare” web URLs and add hyperlinks.
141141
"colon_fence", # You can also use ::: delimiters to denote code fences,\
142-
# instead of ```.
142+
# instead of ```.
143143
"substitution", # plone.restapi \
144-
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#substitutions-with-jinja2
144+
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#substitutions-with-jinja2
145145
]
146146

147147
myst_substitutions = {
@@ -208,8 +208,7 @@
208208
html_logo = "_static/logo.svg"
209209
html_favicon = "_static/favicon.ico"
210210

211-
html_css_files = ["custom.css",
212-
("print.css", {"media": "print"})]
211+
html_css_files = ["custom.css", ("print.css", {"media": "print"})]
213212

214213
# See http://sphinx-doc.org/ext/todo.html#confval-todo_include_todos
215214
todo_include_todos = True
@@ -258,8 +257,13 @@
258257
# Grouping the document tree into LaTeX files. List of tuples
259258
# (source start file, target name, title, author, documentclass [howto/manual])
260259
latex_documents = [
261-
("index", "PloneDocumentation.tex", "Plone Documentation",
262-
"The Plone community", "manual"),
260+
(
261+
"index",
262+
"PloneDocumentation.tex",
263+
"Plone Documentation",
264+
"The Plone community",
265+
"manual",
266+
),
263267
]
264268

265269
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)