diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-24 11:05:40 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-24 11:05:40 +0100 |
commit | 2b581279ae67a1068b07a8c010ac1ab7b85e18df (patch) | |
tree | 37db01d6d115f1bb614987cadecdb867884789a6 | |
parent | 72be9c8454abc39eb35e1019545ceda8ece7a6db (diff) | |
download | gana-2b581279ae67a1068b07a8c010ac1ab7b85e18df.tar.gz gana-2b581279ae67a1068b07a8c010ac1ab7b85e18df.zip |
revert theme
-rw-r--r-- | conf.py | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -20,7 +20,7 @@ import sys | |||
20 | import os | 20 | import os |
21 | 21 | ||
22 | project = 'GANA' | 22 | project = 'GANA' |
23 | copyright = '2023, GNUnet Project' | 23 | copyright = '2024, GNUnet Project' |
24 | author = 'GNUnet Project' | 24 | author = 'GNUnet Project' |
25 | 25 | ||
26 | sys.path.append(os.path.abspath("_exts")) | 26 | sys.path.append(os.path.abspath("_exts")) |
@@ -58,7 +58,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] | |||
58 | # The theme to use for HTML and HTML Help pages. See the documentation for | 58 | # The theme to use for HTML and HTML Help pages. See the documentation for |
59 | # a list of builtin themes. | 59 | # a list of builtin themes. |
60 | # | 60 | # |
61 | html_theme = 'sphinx_book_theme' | 61 | html_theme = 'sphinx_rtd_theme' |
62 | 62 | ||
63 | html_sidebars = { | 63 | html_sidebars = { |
64 | #"**": ["navbar-logo.html", "sbt-sidebar-nav.html", "search-field.html"] | 64 | #"**": ["navbar-logo.html", "sbt-sidebar-nav.html", "search-field.html"] |
@@ -79,11 +79,11 @@ html_theme_options = { | |||
79 | #'includehidden': True, | 79 | #'includehidden': True, |
80 | #'titles_only': False | 80 | #'titles_only': False |
81 | #"navbar_start": ["navbar-logo"], | 81 | #"navbar_start": ["navbar-logo"], |
82 | "header_links_before_dropdown": 8, | 82 | #"header_links_before_dropdown": 8, |
83 | "article_header_start": ["breadcrumbs.html"], | 83 | #"article_header_start": ["breadcrumbs.html"], |
84 | #"navbar_center": ["navbar-nav"], | 84 | #"navbar_center": ["navbar-nav"], |
85 | "navbar_end": [], | 85 | #"navbar_end": [], |
86 | "navbar_persistent": [], | 86 | #"navbar_persistent": [], |
87 | } | 87 | } |
88 | 88 | ||
89 | # Add any paths that contain custom static files (such as style sheets) here, | 89 | # Add any paths that contain custom static files (such as style sheets) here, |