lightning/requirements/docs.txt

17 lines
495 B
Plaintext
Raw Normal View History

sphinx>=4.0,<5.0
myst-parser>=0.15
nbsphinx>=0.8.5
ipython[notebook]
pandoc>=1.0
docutils>=0.16
sphinxcontrib-fulltoc>=1.0
2020-01-21 21:53:33 +00:00
sphinxcontrib-mockautodoc
https://github.com/PyTorchLightning/lightning_sphinx_theme/archive/master.zip#egg=pt-lightning-sphinx-theme
sphinx-autodoc-typehints>=1.0
sphinx-paramlinks>=0.5.1
sphinx-togglebutton>=0.2
sphinx-copybutton>=0.3
2021-10-26 11:58:20 +00:00
typing-extensions # already in `requirements.txt` but the docs CI job does not install it
-r ../_notebooks/.actions/requirements.txt