We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb5288 commit c18c5e4Copy full SHA for c18c5e4
docs/source/conf.py
@@ -54,3 +54,10 @@
54
html_static_path = []
55
56
autodoc_typehints = "description"
57
+html_show_sourcelink = False
58
+
59
+html_context = {
60
+"display_github": False, # Add 'Edit on Github' link instead of 'View page source'
61
+"last_updated": True,
62
+"commit": False,
63
+}
src/superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "4.3.5dev19"
+__version__ = "4.3.5dev20"
0 commit comments