aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/conf.py b/conf.py
index 0902ce2..8b8ef69 100644
--- a/conf.py
+++ b/conf.py
@@ -20,7 +20,7 @@ import sys
20import os 20import os
21 21
22project = 'GANA' 22project = 'GANA'
23copyright = '2023, GNUnet Project' 23copyright = '2024, GNUnet Project'
24author = 'GNUnet Project' 24author = 'GNUnet Project'
25 25
26sys.path.append(os.path.abspath("_exts")) 26sys.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#
61html_theme = 'sphinx_book_theme' 61html_theme = 'sphinx_rtd_theme'
62 62
63html_sidebars = { 63html_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,