fix(deps): re-add mermaid extension for sphinx

Signed-off-by: Edward Ly <contact@edward.ly>
This commit is contained in:
Edward Ly
2024-10-23 11:12:22 -07:00
parent a682c73695
commit 2206116ffd
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ dir_path = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, os.path.abspath(dir_path + '/_ext'))
now = datetime.datetime.now()
extensions = ['sphinx_rtd_theme', 'sphinx_rtd_dark_mode', 'sphinx_copybutton']
extensions = ['sphinx_rtd_theme', 'sphinx_rtd_dark_mode', 'sphinx_copybutton', 'sphinxcontrib.mermaid']
# General information about the project.
copyright = str(now.year) + ' Nextcloud GmbH'

View File

@@ -26,6 +26,7 @@ sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-mermaid==0.9.2
sphinxcontrib-phpdomain==0.12.0
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0