1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: Externsion removed because they are not packaged in Debian
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Forwarded: not-needed
Last-Update: 2024-11-30
Index: python-cyclopts/docs/source/conf.py
===================================================================
--- python-cyclopts.orig/docs/source/conf.py
+++ python-cyclopts/docs/source/conf.py
@@ -40,11 +40,9 @@ release = __version__
extensions = [
"myst_parser",
"sphinx_rtd_theme",
- "sphinx_rtd_dark_mode",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
- "sphinx.ext.linkcode",
"sphinx_copybutton",
]
|