diff --git a/docs/source/conf.py b/docs/source/conf.py index 3733ecc..3a72f03 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,10 +24,15 @@ } html_logo = 'logo.png' html_extra_path = ['../../'] +html_context = { + "display_github": True, + "github_user": "boschresearch", + "github_repo": "bt_tools", + "github_version": "main", + "conf_py_path": "docs/source/", +} -# -- Options for EPUB output -epub_show_urls = 'footnote' - +# -- autodoc config autodoc2_packages = [ "../../btlib/src/btlib", "../../bt_view/src/bt_view", diff --git a/docs/source/index.rst b/docs/source/index.rst index c97b1ae..c50f3e4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,6 +4,7 @@ Contents -------- .. toctree:: + :maxdepth: 1 tutorials apidocs/index