diff options
author | Jonathan Corbet <corbet@lwn.net> | 2022-09-29 13:29:16 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-29 13:29:16 -0600 |
commit | 05fff6ba04eef8b88bb94734b66731bef3d8d34b (patch) | |
tree | 9a51efe350c52c256396777f367c766a909ddb8c /Documentation/conf.py | |
parent | 3ef859a4f6c97253b75eb53d259b7789fb92d875 (diff) | |
parent | 69d517e6e21099f81efbd39e47874649ae575804 (diff) |
Merge branch 'docs-mw' into docs-next
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index 78dd6d1e7b88..b50c85083149 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -370,7 +370,8 @@ html_static_path = ['sphinx-static'] html_use_smartypants = False # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +# Note that the RTD theme ignores this. +html_sidebars = { '**': ['searchbox.html', 'localtoc.html', 'sourcelink.html']} # Additional templates that should be rendered to pages, maps page names to # template names. |