Skip to content

Commit

Permalink
sphinx conf updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelenak committed Apr 11, 2024
1 parent 928b0ec commit 728fc34
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
extensions = ["sphinx.ext.autodoc", "sphinx.ext.todo"]

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

# The suffix of source filenames.
source_suffix = ".rst"
Expand Down Expand Up @@ -92,7 +92,15 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
# html_theme_options = {}
html_theme_options = {
"navigation_with_keys": False,
"repository_url": "https://github.com/HDFGroup/hdf5-json",
"use_repository_button": True,
"use_download_button": False,
"logo": {
"text": str(version)
}
}

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
Expand All @@ -106,7 +114,7 @@

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
# html_logo = None
html_logo = "_static/HDF-transparent.png"

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
Expand Down

0 comments on commit 728fc34

Please sign in to comment.