diff options
-rw-r--r-- | Docs/requirements.txt | 1 | ||||
-rw-r--r-- | Docs/source/conf.py | 1 | ||||
-rw-r--r-- | Docs/spack.yaml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Docs/requirements.txt b/Docs/requirements.txt index 1eedc4e08..a41632f3c 100644 --- a/Docs/requirements.txt +++ b/Docs/requirements.txt @@ -17,4 +17,5 @@ picmistandard==0.0.19 pygments recommonmark sphinx>=2.0 +sphinx-design sphinx_rtd_theme>=0.3.1 diff --git a/Docs/source/conf.py b/Docs/source/conf.py index c8944627d..e00ae479a 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -46,6 +46,7 @@ sys.path.insert(0, os.path.join( os.path.abspath(__file__), '../Python') ) extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', + 'sphinx_design', 'breathe' ] diff --git a/Docs/spack.yaml b/Docs/spack.yaml index 434d08209..1e9539436 100644 --- a/Docs/spack.yaml +++ b/Docs/spack.yaml @@ -23,4 +23,5 @@ spack: - py-breathe - py-recommonmark - py-pygments + - py-sphinx-design - py-sphinx-rtd-theme |