Remove the "View Page Source" links from the sphinx docs

The rst source is not really all that interesting :-)
This commit is contained in:
Simon Hausmann 2021-06-24 12:23:58 +02:00
parent eef43bdf48
commit 376ed43544

View file

@ -72,5 +72,7 @@ html_theme = 'sphinx_rtd_theme'
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
html_show_sourcelink = False
def setup(app): def setup(app):
app.add_css_file('theme_tweak.css') app.add_css_file('theme_tweak.css')