Skip to content

Commit d666fa5

Browse files
committed
fix: Drop contentui extension from examples in our howto.
1 parent 7c9f3a3 commit d666fa5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/developers/how-tos/add-sphinx-docs-to-a-repo.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Steps
3939
sphinx-copybutton
4040
sphinx-autobuild
4141
sphinxcontrib-mermaid
42-
sphinxcontrib-contentui
4342
4443
#. Add ``docs.in`` to the ``upgrade`` command in your ``Makefile``
4544

@@ -64,7 +63,7 @@ Steps
6463

6564
.. code::
6665
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
66+
sphinx-quickstart --no-batchfile --extensions sphinx_copybutton --extensions sphinx.ext.graphviz --extensions sphinxcontrib.mermaid --no-sep -a "Open edX Community" -l "en" --release latest
6867
6968
#. Make sure the build works.
7069

0 commit comments

Comments
 (0)