Skip to content

Commit

Permalink
DOC: switch to source code button
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 20, 2024
1 parent ad135fc commit 75f9a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,11 @@ def create_constraints_inventory() -> None:
"repository_url": f"https://github.com/{ORGANIZATION}/{REPO_NAME}",
"show_navbar_depth": 2,
"show_toc_level": 2,
"use_download_button": True,
"use_download_button": False,
"use_edit_page_button": True,
"use_issues_button": True,
"use_repository_button": True,
"use_source_button": True,
}
html_title = REPO_TITLE
intersphinx_mapping = {
Expand Down

0 comments on commit 75f9a80

Please sign in to comment.