Skip to content

Commit 0f0c505

Browse files
committed
Silence python linter.
1 parent 1863fdd commit 0f0c505

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

orc-rt/docs/conf.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# serve to show the default.
1111

1212
from datetime import date
13+
1314
# If extensions (or modules to document with autodoc) are in another directory,
1415
# add these directories to sys.path here. If the directory is relative to the
1516
# documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -199,8 +200,7 @@
199200
# Grouping the document tree into LaTeX files. List of tuples
200201
# (source start file, target name, title, author, documentclass [howto/manual]).
201202
latex_documents = [
202-
("Overview", "Orc-Rt.tex", "orc-rt Documentation", "The orc-rt Team",
203-
"manual"),
203+
("Overview", "Orc-Rt.tex", "orc-rt Documentation", "The orc-rt Team", "manual"),
204204
]
205205

206206
# The name of an image file (relative to this directory) to place at the top of
@@ -240,9 +240,7 @@
240240
# (source start file, target name, title, author,
241241
# dir menu entry, description, category)
242242
texinfo_documents = [
243-
(
244-
"Overview",
245-
),
243+
( "Overview" ),
246244
]
247245

248246
# Documents to append as an appendix to all manuals.

0 commit comments

Comments
 (0)