We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3148aef commit 25f7292Copy full SHA for 25f7292
requirements.txt
@@ -1,6 +1,7 @@
1
# first list the packages you wish to download from PyPI
2
teachbooks # depends on jupyter-book
3
jupyterbook-patches
4
+download_link_replacer
5
# numpy
6
7
# docutils version for reference page formatting
@@ -9,6 +10,3 @@ docutils==0.17.1
9
10
# now list the packages (and the respective url) you wish to download from the GitLab package registry
11
--extra-index-url https://gitlab.tudelft.nl/api/v4/projects/11239/packages/pypi/simple
12
sphinx-thebe ~= 0.9.9 #temporarily disable
-
13
-# lastly any packages you wish to download directly from a Git repository
14
-download_link_replacer @ git+https://gitlab.tudelft.nl/mude/sphinx-download-link-replacer
0 commit comments