Skip to content

Commit

Permalink
Reference to github (#19)
Browse files Browse the repository at this point in the history
* reference to github

Signed-off-by: Christian Henkel <[email protected]>

* Less deep content on root page

Signed-off-by: Christian Henkel <[email protected]>

---------

Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Aug 13, 2024
1 parent c4b3c8f commit 030fcf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Contents
--------

.. toctree::
:maxdepth: 1

tutorials
apidocs/index

0 comments on commit 030fcf0

Please sign in to comment.