diff --git a/docs/conf.py b/docs/conf.py index 4263ea4..e362445 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,6 +23,7 @@ description = __about__.__summary__ project = __about__.__title__ version = release = __about__.__version__ +github_doc_root = f"{__about__.__uri__}/tree/main/docs/" # -- General configuration --------------------------------------------------- @@ -170,7 +171,7 @@ "deflist", "html_admonition", "html_image", - # "linkify", + "linkify", "replacements", "smartquotes", "strikethrough",