From 20d4cccc5030d13090178a9c17d58593508695cf Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Wed, 21 Aug 2024 14:00:43 +0200 Subject: [PATCH] use the theme options for `pydata_sphinx_theme` --- docs/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5ec5ff9..ad219b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"