File: skip_codeautolink

package info (click to toggle)
nbsphinx 0.9.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,668 kB
  • sloc: python: 1,713; makefile: 33; sed: 16; sh: 5
file content (20 lines) | stat: -rw-r--r-- 643 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Skip codeautolink, it is not yet packaged for Debian
Forwarded: not-needed
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -8,7 +8,6 @@
     'nbsphinx',
     'sphinxcontrib.bibtex',  # for bibliographic references
     'sphinxcontrib.rsvgconverter',  # for SVG->PDF conversion in LaTeX output
-    'sphinx_codeautolink',  # automatic links from code to documentation
     'sphinx.ext.intersphinx',  # links to other Sphinx projects (e.g. NumPy)
 ]
 
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -11,4 +11,3 @@
 ipywidgets
 jupytext
 sphinx-last-updated-by-git
-sphinx-codeautolink