We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb6d373 + 310b39c commit 61f6075Copy full SHA for 61f6075
conf.py
@@ -26,12 +26,12 @@
26
if "html_context" not in globals():
27
html_context = {}
28
html_context["READTHEDOCS"] = True
29
-
+html_show_sourcelink = False
30
epub_title = project
31
epub_exclude_files = ['search.html']
32
intersphinx_mapping = {'https://docs.python.org/': None}
33
smartquotes = False
34
autosectionlabel_prefix_document = True
35
autosectionlabel_maxdepth = 4
36
# disable epub mimetype warnings
37
-suppress_warnings = ["epub.unknown_project_files"]
+suppress_warnings = ["epub.unknown_project_files"]
0 commit comments