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:
@@ -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',
|
||||
]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user