Skip to content

Commit 5b1b7b1

Browse files
appease linter
1 parent de04d16 commit 5b1b7b1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

libc/docs/conf.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525

2626
# Add any Sphinx extension module names here, as strings. They can be extensions
2727
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28-
extensions = [
29-
"sphinx.ext.intersphinx",
30-
"sphinx.ext.todo",
31-
"sphinx_reredirects"
32-
]
28+
extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo", "sphinx_reredirects"]
3329

3430
# Add any paths that contain templates here, relative to this directory.
3531
templates_path = ["_templates"]
@@ -266,6 +262,4 @@
266262
# Enable this if you want TODOs to show up in the generated documentation.
267263
todo_include_todos = True
268264

269-
redirects = {
270-
"math/index": "../headers/math/index.html"
271-
}
265+
redirects = {"math/index": "../headers/math/index.html"}

0 commit comments

Comments
 (0)