Skip to content

Commit

Permalink
Fixing RtD (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
nquetschlich and pre-commit-ci[bot] authored Sep 27, 2023
1 parent 3ad91b5 commit 9bcd1fc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,16 @@ classifiers = [
[project.optional-dependencies]
test = ["pytest>=7.2"]
coverage = ["mqt.bench[test]", "pytest-cov[toml]"]
dev = ["mqt.bench[coverage]"]
docs = [
"furo>=2023.08.17",
"sphinx~=7.0",
"myst_parser>=0.13",
"setuptools-scm>=7",
"sphinx-copybutton",
"sphinx_design",
"sphinxext-opengraph",
]
dev = ["mqt.bench[coverage, docs]"]

[project.scripts]
"mqt.bench" = "mqt.benchviewer.main:start_server"
Expand Down

0 comments on commit 9bcd1fc

Please sign in to comment.