mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
10 lines
431 B
Plaintext
10 lines
431 B
Plaintext
# ReadTheDocs environment contains old package versions preinstalled
|
|
# So, to ensure we have modern packages, we pin minimum versions of the packages we need
|
|
docutils>=0.17
|
|
myst-parser>=0.16.1
|
|
sphinx>=4.4.0
|
|
# TODO(asalikhov): switch to release, when it is available
|
|
# sphinx-book-theme
|
|
git+https://github.com/executablebooks/sphinx-book-theme@910e26be00e74cafbaaaff274de26b95cab1f7a8#egg=sphinx-book-theme
|
|
sphinx-copybutton>=0.5.0
|