commit e6d65efe70f694d030182401437d309532c1cc12
parent d761e0bf8d031c59a01df5e677810d5f78540db2
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 6 Sep 2023 11:22:30 +0200
upgrade to more modern book theme
Diffstat:
4 files changed, 24 insertions(+), 14 deletions(-)
diff --git a/conf.py b/conf.py
@@ -20,7 +20,7 @@ import sys
import os
project = 'GNUnet'
-copyright = '2022, GNUnet Project'
+copyright = '2023, GNUnet Project'
author = 'GNUnet Project'
sys.path.append(os.path.abspath("_exts"))
@@ -34,7 +34,7 @@ extensions = [
'httpdomain.httpdomain',
'typescriptdomain',
'sphinx.ext.todo',
- 'sphinx_rtd_theme',
+ #'sphinx_book_theme',
#'breathe'
]
@@ -58,22 +58,22 @@ 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_rtd_theme'
+html_theme = 'sphinx_book_theme'
-html_theme_options = {
- 'logo_only': True,
- 'display_version': False,
- 'prev_next_buttons_location': 'bottom',
- 'style_external_links': False,
+#html_theme_options = {
+ #'logo_only': True,
+ #'display_version': False,
+ #'prev_next_buttons_location': 'bottom',
+ #'style_external_links': False,
#'vcs_pageview_mode': '',
- 'style_nav_header_background': 'transparent', # Possibly problematic with our CSP
+ #'style_nav_header_background': 'transparent', # Possibly problematic with our CSP
# Toc options
- 'collapse_navigation': True,
- 'sticky_navigation': True,
+ #'collapse_navigation': True,
+ #'sticky_navigation': True,
#'navigation_depth': 4,
- 'includehidden': True,
- 'titles_only': False
-}
+ #'includehidden': True,
+ #'titles_only': False
+#}
man_make_section_directory = False
man_pages = [
diff --git a/developers/index.rst b/developers/index.rst
@@ -40,6 +40,8 @@ and we welcome informed contributions, be it in the form of
new chapters, sections or insightful comments.
.. toctree::
+ :maxdepth: 2
+
contributing.rst
style.rst
repo.rst
diff --git a/livingstandards.rst b/livingstandards.rst
@@ -11,3 +11,10 @@ specifications:
(work-in-progress) <https://lsd.gnunet.org/lsd0003>`__
- **LSD0004**: `The R5N Distributed Hash Table
(work-in-progress) <https://lsd.gnunet.org/lsd0004>`__
+- **LSD0005**: `The GNU Name System DID Method
+ (work-in-progress) <https://lsd.gnunet.org/lsd0005>`__
+- **LSD0006**: `The 'taler' URI scheme for GNU Taler Wallet interactions
+ (work-in-progress) <https://lsd.gnunet.org/lsd0006>`__
+- **LSD0007**: `The GNUnet communicators
+ (work-in-progress) <https://lsd.gnunet.org/lsd0007>`__
+
diff --git a/users/index.rst b/users/index.rst
@@ -17,6 +17,7 @@ Comments on the content of this chapter, and extensions of it are always
welcome.
.. toctree::
+ :maxdepth: 2
start
gns