gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: remove theme, previous one is broken


From: gnunet
Subject: [taler-docs] branch master updated: remove theme, previous one is broken with current Sphinx version
Date: Tue, 20 Jun 2023 20:11:56 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new b6bfb16c remove theme, previous one is broken with current Sphinx 
version
b6bfb16c is described below

commit b6bfb16ccc44ee45e2a069a25cb5e4e197b05d14
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jun 20 20:11:53 2023 +0200

    remove theme, previous one is broken with current Sphinx version
---
 conf.py | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/conf.py b/conf.py
index 49f59281..a69ffd2c 100644
--- a/conf.py
+++ b/conf.py
@@ -56,7 +56,7 @@ needs_sphinx = "2.2.0"
 extensions = [
     "ebicsdomain",
     "typescriptdomain",
-    "taler_sphinx_theme",
+    #"taler_sphinx_theme",
     "sphinx.ext.todo",
     "sphinx.ext.imgmath",
     "httpdomain.httpdomain",
@@ -141,10 +141,11 @@ pygments_style = "sphinx"
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = "taler_sphinx_theme"
-html_theme_path = taler_sphinx_theme.html_theme_path()
+#html_theme = "taler_sphinx_theme"
+#html_theme_path = taler_sphinx_theme.html_theme_path()
 
-html_sidebars = {"**": ["logo-text.html", "globaltoc.html", "searchbox.html"]}
+#html_sidebars = {"**": ["logo-text.html", "globaltoc.html", "searchbox.html"]}
+html_sidebars = {"**": ["globaltoc.html", "searchbox.html"]}
 
 html_theme_options = {
     # Set the name of the project to appear in the sidebar

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]