From 49cc61f6d739e74c3c43481b83d68cc6c8386f99 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Briseno <94071409+dgarciabriseno@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:18:30 -0400 Subject: [PATCH 1/2] Remove extra_navbar option to fix doc build --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1565311..6501723 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,6 @@ html_theme = "sphinx_book_theme" html_theme_options = { "repository_url": "https://github.com/Helioviewer-Project/python-api/", - "use_repository_button": True, - "extra_navbar": "", + "use_repository_button": True } html_title = "hvpy" From e555104a00d24514acc0198dde03f301582e1033 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Briseno <94071409+dgarciabriseno@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:25:19 -0400 Subject: [PATCH 2/2] Fix codestyle --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6501723..0d6a488 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,6 +57,6 @@ html_theme = "sphinx_book_theme" html_theme_options = { "repository_url": "https://github.com/Helioviewer-Project/python-api/", - "use_repository_button": True + "use_repository_button": True, } html_title = "hvpy"