We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93501c commit b30a250Copy full SHA for b30a250
doc/OnlineDocs/_templates/ethicalads.html
@@ -0,0 +1 @@
1
+<div id="ethical-ad-placement"></div>
doc/OnlineDocs/conf.py
@@ -183,6 +183,15 @@
183
#
184
html_theme_options = {'navigation_depth': 6, 'titles_only': True}
185
186
+html_sidebars = {
187
+ "**": [
188
+ "localtoc.html",
189
+ "relations.html",
190
+ "ethicalads.html", # Put the ad below the navigation and previous/next
191
+ "sourcelink.html",
192
+ "searchbox.html",
193
+ ]
194
+}
195
# Add any paths that contain custom static files (such as style sheets) here,
196
# relative to this directory. They are copied after the builtin static files,
197
# so a file named "default.css" will overwrite the builtin "default.css".
0 commit comments