forked from awesome-panel/awesome-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_docs.txt
13 lines (13 loc) · 1021 Bytes
/
requirements_docs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
# Documentation
# ------------------------------------------------------------------------------
Sphinx==1.8.4 # https://github.com/sphinx-doc/sphinx
sphinx_rtd_theme # Documentation theme
recommonmark # Documentation using Markdown
sphinx-autobuild # Auto build and live reload server
sphinxcontrib-napoleon # Support for Numpy and Google style docstrings
sphinx-markdown-tables
doc8 # Doc8 is an opinionated style checker for rst (with basic support for plain text) styles of documentation. See https://github.com/openstack/doc8
# m2r # M2R converts a markdown file including reStructuredText (rst) markups to a valid rst format. See https://pypi.org/project/m2r/
# sphinxcontrib-blockdiag # Creates diagram images from simple text files. See http://blockdiag.com/en/index.html
# sphinxcontrib.actdiag # Creates diagram images from simple text files. See http://blockdiag.com/en/actdiag/index.html
# nbsphinx # Enables you to write your documentation in Jupyter Notebooks. See https://nbsphinx.readthedocs.io/en/0.4.2/