Skip to content

Commit

Permalink
try fix docs issue
Browse files Browse the repository at this point in the history
pinning to sphinx version <7 as recommended in readthedocs/readthedocs.org#10279
  • Loading branch information
lucasberent committed Sep 12, 2023
1 parent 820fa42 commit 850e67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dynamic = ["version"]
test = ["pytest>=7.2", "pytest-console-scripts>=1.4", "pytest-mock"]
coverage = ["mqt.qecc[test]", "pytest-cov"]
docs = [
"sphinx>=5",
"sphinx>=5, <7",
"sphinx-rtd-theme",
"sphinx-rtd-dark-mode",
"sphinxcontrib-bibtex>=2.4.2",
Expand Down

0 comments on commit 850e67d

Please sign in to comment.