download sphinx_toolbox extension and enable "collaps" directive
This commit is contained in:
@ -2,6 +2,7 @@ Sphinx >= 5.3.0, <8.3.0
|
||||
sphinxcontrib-spelling
|
||||
sphinxcontrib-jquery
|
||||
sphinx-design
|
||||
sphinx-toolbox
|
||||
git+https://github.com/akohlmey/sphinx-fortran@parallel-read
|
||||
sphinx-tabs>=3.4.1
|
||||
breathe
|
||||
|
||||
@ -50,6 +50,7 @@ extensions = [
|
||||
'sphinx.ext.mathjax',
|
||||
'sphinx.ext.imgmath',
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx_toolbox.collapse',
|
||||
'lammps_theme',
|
||||
'sphinxcontrib.jquery',
|
||||
'sphinxfortran.fortran_domain',
|
||||
|
||||
Reference in New Issue
Block a user