Skip to content

Commit

Permalink
use the theme options for pydata_sphinx_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Aug 21, 2024
1 parent fdab54c commit 20d4ccc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@

html_theme = "pydata_sphinx_theme"
html_theme_options = {
"repository_url": "https://github.com/TomNicholas/VirtualiZarr",
"repository_branch": "main",
"path_to_docs": "docs",
"github_user": "zarr-developers",
"github_repo": "VirtualiZarr",
"github_version": "main",
"doc_path": "docs",
}
html_title = "VirtualiZarr"

Expand Down

0 comments on commit 20d4ccc

Please sign in to comment.