1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From: Bastian Germann <bage@debian.org>
Date: Tue, 14 Jan 2025 23:13:48 +0100
Forwarded: not-needed
Subject: Sphinx configuration
Remove intersphinx and non-existing logo.
---
docs/conf.py | 2 --
1 file changed, 2 deletions(-)
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,6 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.intersphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -136,7 +135,6 @@
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
-html_logo = '../projectlogo.svg'
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|