Skip to content

Commit

Permalink
Fix broken doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger committed Oct 8, 2024
1 parent bf1d4e2 commit 077d95d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,24 @@
# -- Options for HTML output

html_theme = "sphinx_book_theme"
html_logo = "images/LOGO-hubverse-withtext.png"
html_favicon = "images/hubverse-favicon.png"
html_title = "Hubverse"
# html_logo = "images/LOGO-hubverse-withtext.png"
html_favicon = "images/reichlab.png"
html_title = "Cladetime"
html_theme_options = {
"home_page_in_toc": False,
# "github_url": "https://github.com/hubverse-org/hubDocs",
"repository_url": "https://github.com/hubverse-org/hubDocs",
"home_page_in_toc": True,
"repository_url": "https://github.com/reichlab/cladetime",
"repository_branch": "main",
"path_to_docs": "docs",
"use_repository_button": True,
# "use_edit_page_button": True,
"use_issues_button": True,
"use_sidenotes": True,
# "use_sidenotes": True,
# "navbar_persistent": ["theme-switcher", "navbar-icon-links"],
}

html_js_files = [
"js/custom.js",
]
# html_js_files = [
# "js/custom.js",
# ]

# -- Options for EPUB output
epub_show_urls = "footnote"
Binary file added docs/images/reichlab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 077d95d

Please sign in to comment.