We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de04d16 commit 5b1b7b1Copy full SHA for 5b1b7b1
libc/docs/conf.py
@@ -25,11 +25,7 @@
25
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
-extensions = [
29
- "sphinx.ext.intersphinx",
30
- "sphinx.ext.todo",
31
- "sphinx_reredirects"
32
-]
+extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo", "sphinx_reredirects"]
33
34
# Add any paths that contain templates here, relative to this directory.
35
templates_path = ["_templates"]
@@ -266,6 +262,4 @@
266
262
# Enable this if you want TODOs to show up in the generated documentation.
267
263
todo_include_todos = True
268
264
269
-redirects = {
270
- "math/index": "../headers/math/index.html"
271
-}
265
+redirects = {"math/index": "../headers/math/index.html"}
0 commit comments