diff options
author | 2022-10-02 14:22:28 -0700 | |
---|---|---|
committer | 2022-10-02 14:22:28 -0700 | |
commit | 3d0f943371ed67cf2414afc5eed84e06d1a1beb7 (patch) | |
tree | 33159b07d6f2bb03d1a350b0ea8fc4e54479b54b /Docs/source/conf.py | |
parent | 87d48519e0db55c81eeeced5fe80612e6cb1fcf5 (diff) | |
download | WarpX-3d0f943371ed67cf2414afc5eed84e06d1a1beb7.tar.gz WarpX-3d0f943371ed67cf2414afc5eed84e06d1a1beb7.tar.zst WarpX-3d0f943371ed67cf2414afc5eed84e06d1a1beb7.zip |
Sphinx Extension: Sphinx-Design (#3361)
Diffstat (limited to 'Docs/source/conf.py')
-rw-r--r-- | Docs/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' ] |