We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9f3a3 commit d666fa5Copy full SHA for d666fa5
1 file changed
source/developers/how-tos/add-sphinx-docs-to-a-repo.rst
@@ -39,7 +39,6 @@ Steps
39
sphinx-copybutton
40
sphinx-autobuild
41
sphinxcontrib-mermaid
42
- sphinxcontrib-contentui
43
44
#. Add ``docs.in`` to the ``upgrade`` command in your ``Makefile``
45
@@ -64,7 +63,7 @@ Steps
64
63
65
.. code::
66
67
- sphinx-quickstart --no-batchfile --extensions sphinxcontrib.contentui --extensions sphinx_copybutton --extensions sphinx.ext.graphviz --extensions sphinxcontrib.mermaid --no-sep -a "Open edX Community" -l "en" --release latest
+ sphinx-quickstart --no-batchfile --extensions sphinx_copybutton --extensions sphinx.ext.graphviz --extensions sphinxcontrib.mermaid --no-sep -a "Open edX Community" -l "en" --release latest
68
69
#. Make sure the build works.
70
0 commit comments