Skip to content

Commit 33ffee7

Browse files
authored
Merge pull request #45 from claui/sphinx-autoapi-issue-536-workaround
Add workaround for sphinx-autoapi#536
2 parents 7b1f615 + ebe798d commit 33ffee7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

{{ cookiecutter.pypi_package_name }}/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ dev = [
3232
"types-colorama",
3333
{%- endif %}
3434
]
35-
doc = ["myst-parser", "sphinx", "sphinx-autoapi", "sphinx-rtd-theme"]
35+
doc = [
36+
"myst-parser",
37+
"sphinx",
38+
# https://github.com/readthedocs/sphinx-autoapi/issues/536
39+
"sphinx-autoapi>=3.6.1",
40+
"sphinx-rtd-theme",
41+
]
3642
test = ["pytest"]
3743

3844
{% if cookiecutter.include_executable == "y" -%}

0 commit comments

Comments
 (0)