From 86f986e6e9357b46bd1de992cf3c3cbb378f9ece Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Sat, 24 Aug 2024 15:33:51 -0400 Subject: [PATCH] Test Sphinx config --- docs/conf.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d3d6b8a..1da9b11 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,17 +18,10 @@ # HTML output options html_theme = "furo" html_static_path = ["_static"] -html_context = { - "display_github": True, - "github_user": "PainterQubits", - "github_repo": "datalogs", - "github_version": "main", - "conf_py_path": "docs", -} html_theme_options = { "source_repository": "https://github.com/PainterQubits/datalogs", - "source_branch": "main", - "source_directory": "docs", + # "source_branch": "main", + # "source_directory": "docs", } # MyST options