File: remove-jupyter-sphinx.patch

package info (click to toggle)
python-cogent 2023.2.12a1%2Bdfsg-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,416 kB
  • sloc: python: 89,165; makefile: 117; sh: 16
file content (22 lines) | stat: -rw-r--r-- 568 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
Description: Remove jupyter-sphinx from pyproject.toml
Author: Nilesh Patra <nilesh@debian.org>
Forwarded: not-needed
Last-Update: 2022-02-20
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,6 @@ doc  = ["click",
         "ipykernel",
         "ipython",
         "ipywidgets",
-        "jupyter-sphinx",
         "jupyter_client",
         "jupyterlab",
         "jupytext",
@@ -86,7 +85,6 @@ dev = ["black",
        "ipython",
        "ipywidgets",
        "isort",
-       "jupyter-sphinx",
        "jupyter_client",
        "jupyterlab",
        "jupytext",