Skip to content

Commit

Permalink
Add links to repository in sphinx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yutanagano committed Jun 9, 2024
1 parent 5da0065 commit a644959
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_book_theme"
html_theme_options = {
"repository_url": "https://github.com/yutanagano/sceptr",
"path_to_docs": "docs",
"use_repository_button": True,
"use_issues_button": True,
}
html_static_path = ["_static"]
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ dependencies = [
dynamic = ["version"]

[project.urls]
Homepage = "https://sceptr.readthedocs.io"
Documentation = "https://sceptr.readthedocs.io"
Repository = "https://github.com/yutanagano/sceptr"
Issues = "https://github.com/yutanagano/sceptr/issues"

Expand Down

0 comments on commit a644959

Please sign in to comment.