Skip to content

Commit 792f832

Browse files
sarinafeanil
authored andcommitted
build: Remove unused mermaid dependency
1 parent 7585f3b commit 792f832

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

requirements/base.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sphinxcontrib-youtube
77
sphinx-autobuild
88
sphinx-design
99
sphinx-copybutton
10-
sphinxcontrib-mermaid
1110
sphinxcontrib-images
1211
sphinxext-rediraffe
1312
sphinx-tags

source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"sphinx_design",
4545
"sphinx_copybutton",
4646
"sphinx.ext.graphviz",
47-
"sphinxcontrib.mermaid",
4847
"sphinx.ext.intersphinx",
4948
"sphinxext.rediraffe",
5049
"notfound.extension",

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
@@ -38,7 +38,6 @@ Steps
3838
sphinx-book-theme
3939
sphinx-copybutton
4040
sphinx-autobuild
41-
sphinxcontrib-mermaid
4241
4342
#. Add ``docs.in`` to the ``upgrade`` command in your ``Makefile``
4443

@@ -63,7 +62,7 @@ Steps
6362

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

0 commit comments

Comments
 (0)