InstallationΒΆ
Important
sphinx-collapse is compatible with Sphinx 3.0+ using Python 3.7+.
Install
sphinx-collapseusing PIP.pip install sphinx-collapse
Add the extension to your Sphinx project
conf.pyfile.extensions = ['sphinx_collapse']
Important
sphinx-collapse is compatible with Sphinx 3.0+ using Python 3.7+.
Install sphinx-collapse using PIP.
pip install sphinx-collapse
Add the extension to your Sphinx project conf.py file.
extensions = ['sphinx_collapse']