Skip to content

Commit c18c5e4

Browse files
committed
Update version.py
1 parent dcb5288 commit c18c5e4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@
5454
html_static_path = []
5555

5656
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.3.5dev19"
1+
__version__ = "4.3.5dev20"

0 commit comments

Comments
 (0)