Skip to content

Commit

Permalink
add github link doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeckers committed Sep 21, 2023
1 parent 640462a commit f8b7a51
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
'sphinx.ext.githubpages',
'sphinx.ext.napoleon']


issues_github_path = "gbeckers/Darr"

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down Expand Up @@ -93,8 +96,10 @@
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}

html_theme_options = {
"github_url": "https:/github.com/gbeckers/Darr",
"collapse_navigation": True,
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down

0 comments on commit f8b7a51

Please sign in to comment.