mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 04:23:01 +00:00
22 lines
582 B
Plaintext
22 lines
582 B
Plaintext
# We install the jupyterhub package to help autodoc-traits inspect it and
|
|
# generate documentation.
|
|
#
|
|
# FIXME: If there is a way for this requirements.txt file to pass a flag that
|
|
# the build system can intercept to not build the javascript artifacts,
|
|
# then do so so. That would mean that installing the documentation can
|
|
# avoid needing node/npm installed.
|
|
#
|
|
--editable .
|
|
|
|
autodoc-traits
|
|
jupyterhub-sphinx-theme
|
|
myst-parser>=0.19
|
|
pre-commit
|
|
pytablewriter>=0.56
|
|
ruamel.yaml
|
|
sphinx>=4
|
|
sphinx-copybutton
|
|
sphinx-jsonschema
|
|
sphinxext-opengraph
|
|
sphinxext-rediraffe
|