aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/conf.py
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2022-10-02 14:22:28 -0700
committerGravatar GitHub <noreply@github.com> 2022-10-02 14:22:28 -0700
commit3d0f943371ed67cf2414afc5eed84e06d1a1beb7 (patch)
tree33159b07d6f2bb03d1a350b0ea8fc4e54479b54b /Docs/source/conf.py
parent87d48519e0db55c81eeeced5fe80612e6cb1fcf5 (diff)
downloadWarpX-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.py1
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'
]