gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 2b581279ae67a1068b07a8c010ac1ab7b85e18df
parent 72be9c8454abc39eb35e1019545ceda8ece7a6db
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sat, 24 Feb 2024 11:05:40 +0100

revert theme

Diffstat:
Mconf.py | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/conf.py b/conf.py @@ -20,7 +20,7 @@ import sys import os project = 'GANA' -copyright = '2023, GNUnet Project' +copyright = '2024, GNUnet Project' author = 'GNUnet Project' sys.path.append(os.path.abspath("_exts")) @@ -58,7 +58,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'sphinx_book_theme' +html_theme = 'sphinx_rtd_theme' html_sidebars = { #"**": ["navbar-logo.html", "sbt-sidebar-nav.html", "search-field.html"] @@ -79,11 +79,11 @@ html_theme_options = { #'includehidden': True, #'titles_only': False #"navbar_start": ["navbar-logo"], - "header_links_before_dropdown": 8, - "article_header_start": ["breadcrumbs.html"], + #"header_links_before_dropdown": 8, + #"article_header_start": ["breadcrumbs.html"], #"navbar_center": ["navbar-nav"], - "navbar_end": [], - "navbar_persistent": [], + #"navbar_end": [], + #"navbar_persistent": [], } # Add any paths that contain custom static files (such as style sheets) here,