diff --git a/conf.py b/conf.py index b20576a..af470c0 100644 --- a/conf.py +++ b/conf.py @@ -26,7 +26,7 @@ if "html_context" not in globals(): html_context = {} html_context["READTHEDOCS"] = True - +html_show_sourcelink = False epub_title = project epub_exclude_files = ['search.html'] intersphinx_mapping = {'https://docs.python.org/': None}