File: ignore_sphinx_changelog.patch

package info (click to toggle)
ndcube 2.0.3-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,644 kB
  • sloc: python: 5,671; makefile: 34
file content (34 lines) | stat: -rw-r--r-- 849 bytes parent folder | download
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
29
30
31
32
33
34
From: Vincent Prat <vivi@debian.org>
Date: Wed, 8 Feb 2023 09:23:13 +0100
Subject: Temporary ignore unpackaged dependency

Forwarded: not-needed
---
 docs/conf.py | 1 -
 setup.cfg    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index fec7970..4ccf202 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -32,7 +32,6 @@ extensions = [
     'sphinx_automodapi.automodapi',
     'sphinx_automodapi.smart_resolver',
     'ndcube.utils.sphinx.code_context',
-    'sphinx_changelog',
     'pytest_doctestplus.sphinx.doctestplus',
 ]
 
diff --git a/setup.cfg b/setup.cfg
index 5bb04a5..9b0a21d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -46,7 +46,6 @@ docs =
 	pytest-doctestplus>=0.9.0  # First version with the sphinx ext
 	sphinx
 	sphinx-automodapi
-	sphinx-changelog>=1.1.0
 	sunpy-sphinx-theme
 	matplotlib
 plotting =