docs: Add the new sphinx-design extension.

This gives us the abuliity to add some nice responsive web components to
our docs. In particular girds and cards.
This commit is contained in:
Feanil Patel
2023-06-29 16:45:09 -04:00
parent cb3a0e91e9
commit 0167b09a3b
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
'sphinxcontrib.openapi',
'sphinx_design',
'code_annotations.contrib.sphinx.extensions.featuretoggles',
'code_annotations.contrib.sphinx.extensions.settings',
]

View File

@@ -5,3 +5,4 @@ code-annotations # provides annotations for certain documentation
sphinx-book-theme # Common theme for all Open edX projects
gitpython # fetch git repo information
Sphinx # Documentation builder
sphinx-design # provides various responsive web-components