File: Temporary-ignore-unpackaged-sphinx_changelog-dependency.patch

package info (click to toggle)
ndcube 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,996 kB
  • sloc: python: 7,854; makefile: 34
file content (34 lines) | stat: -rw-r--r-- 893 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 sphinx_changelog dependency

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

diff --git a/docs/conf.py b/docs/conf.py
index f72cdbc..df6fc6b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,7 +61,6 @@ extensions = [
     "sphinx.ext.mathjax",
     "sphinx_automodapi.automodapi",
     "sphinx_automodapi.smart_resolver",
-    "sphinx_changelog",
 ]
 
 # Add any paths that contain templates here, relative to this directory.
diff --git a/pyproject.toml b/pyproject.toml
index 0fb95c7..d76609e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,7 +44,6 @@ docs = [
   "packaging",
   "matplotlib",
   "mpl-animators>=1.0",
-  "sphinx-changelog>=1.1.0",
   "sphinx-gallery",
   "sphinxext-opengraph",
   "sunpy>=5.0.0",