taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

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

remove theme, previous one is broken with current Sphinx version

Diffstat:
Mconf.py | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 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