Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit 7eb9ed6

Browse files
committed
Pin Sphinx doc generator version to "3.x" because recent version 4 breaks some extensions.
1 parent 4b58bf6 commit 7eb9ed6

2 files changed

Lines changed: 98 additions & 31 deletions

File tree

poetry.lock

Lines changed: 97 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ myst-parser = "*"
4242
pylint = "*"
4343
pytest = "*"
4444
pytest-cov = "*"
45-
sphinx = "*"
45+
sphinx = "3.*"
4646
sphinx-autodoc-typehints = "*"
4747
sphinx_paramlinks = "*"
4848
sphinx_rtd_theme = "*"

0 commit comments

Comments
 (0)