File: 002-remove-unused-test-dep.patch

package info (click to toggle)
python-gitlab 1%3A4.9.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,076 kB
  • sloc: python: 24,172; makefile: 167; ruby: 27; javascript: 3
file content (14 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Federico Ceratto <federico@debian.org>
Subject: Remove sphinxcontrib.autoprogram
Forwarded: no

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -64,7 +64,6 @@
     "sphinx.ext.autodoc",
     "sphinx.ext.autosummary",
     "ext.docstrings",
-    "sphinxcontrib.autoprogram",
 ]
 
 autodoc_typehints = "both"