File: 003.removed.extensoiosn.not.package.patch

package info (click to toggle)
python-cyclopts 3.12.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,288 kB
  • sloc: python: 11,445; makefile: 24
file content (21 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (2)
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",
 ]