Skip to content

Commit

Permalink
build: remove sphinxcontrib-mermaid package
Browse files Browse the repository at this point in the history
  • Loading branch information
luizdesuo committed Oct 11, 2024
1 parent a25ba68 commit ac38f45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
13 changes: 7 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Configuration file for the Sphinx documentation builder."""

# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
Expand All @@ -6,9 +8,9 @@

# -- Project information -----------------------------------------------------

project = u"Banquo"
copyright = u"2024, Luiz Desuó Neto"
author = u"Luiz Desuó Neto"
project = "Banquo"
copyright = "2024, Luiz Desuó Neto"
author = "Luiz Desuó Neto"

# -- General configuration ---------------------------------------------------

Expand All @@ -22,7 +24,6 @@
"sphinx_click",
"myst_parser",
"sphinx_copybutton",
"sphinxcontrib.mermaid",
]

autoapi_dirs = ["../src"]
Expand All @@ -49,5 +50,5 @@
#
html_theme = "furo"
html_js_files = [
'js/mermaid.js',
]
"js/mermaid.js",
]
5 changes: 2 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
furo
myst_parser
sphinx
sphinx-autoapi
sphinx-click
myst_parser
sphinx-copybutton
sphinx-autoapi
sphinxcontrib-mermaid
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ sphinx-copybutton = ">=0.5.2"
furo = ">=2023.9.10"
sphinx-click = ">=5.0.1"
sphinx = ">=7.2.6"
sphinxcontrib-mermaid = ">=0.9.2"

[tool.poetry.scripts]
banquo = "banquo.__main__:main"
Expand Down Expand Up @@ -78,4 +77,4 @@ line-length = 88

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit ac38f45

Please sign in to comment.