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
|