Skip to content

Commit 76ab1f5

Browse files
authored
Merge pull request #361 from ByteInternet/remove-mermaid-dep
Remove sphinxcontrib-mermaid dependency
2 parents fa4b9d4 + b77c6f2 commit 76ab1f5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
},
1313
"vscode": {
1414
"extensions": [
15-
"bierner.markdown-mermaid",
1615
"davidanson.vscode-markdownlint",
1716
"ms-python.python"
1817
]

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"hypernode.sphinx.extensions.updated_at",
4949
"hypernode.sphinx.extensions.meta_robots",
5050
"hypernode.sphinx.extensions.github_actions_logging",
51-
"sphinxcontrib.mermaid",
5251
]
5352

5453
# Add any paths that contain templates here, relative to this directory.

requirements/base.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ mdformat-frontmatter==0.4.1
1010
sphinx-notfound-page==0.8.3
1111
sphinx-sitemap==2.4.0
1212
GitPython==3.1.30
13-
sphinxcontrib-mermaid==0.7.1
1413

1514
# hypernode/ requirements
1615
beautifulsoup4==4.11.1

0 commit comments

Comments
 (0)