Skip to content

Commit 61f6075

Browse files
Merge pull request #18 from NextronSystems/v2
chore: disable show source
2 parents fb6d373 + 310b39c commit 61f6075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
if "html_context" not in globals():
2727
html_context = {}
2828
html_context["READTHEDOCS"] = True
29-
29+
html_show_sourcelink = False
3030
epub_title = project
3131
epub_exclude_files = ['search.html']
3232
intersphinx_mapping = {'https://docs.python.org/': None}
3333
smartquotes = False
3434
autosectionlabel_prefix_document = True
3535
autosectionlabel_maxdepth = 4
3636
# disable epub mimetype warnings
37-
suppress_warnings = ["epub.unknown_project_files"]
37+
suppress_warnings = ["epub.unknown_project_files"]

0 commit comments

Comments
 (0)