Skip to content

Commit e35bd42

Browse files
committed
docs: sphinx-autofixture
See also: sphinx-toolbox/sphinx-autofixture#39
1 parent 46e8bc0 commit e35bd42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
extensions = [
2323
"sphinx.ext.autodoc",
2424
"sphinx.ext.intersphinx",
25+
"sphinx_autofixture",
2526
"sphinx_autodoc_typehints",
2627
"sphinx.ext.todo",
2728
"sphinx.ext.napoleon",

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ sphinx-issues = "^3.0.0"
6464
sphinx-inline-tabs = { version = "*", python = "^3.7" }
6565
sphinxext-opengraph = "*"
6666
sphinx-copybutton = "^0.5.0"
67+
sphinx-autofixture = "~0.2.3"
6768
myst_parser = "~0.17.0"
6869

6970
### Testing ###
@@ -87,7 +88,7 @@ isort = "*"
8788
flake8 = "*"
8889

8990
[tool.poetry.extras]
90-
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "sphinx-autobuild", "sphinx-copybutton", "sphinxext-opengraph", "sphinx-inline-tabs", "myst_parser", "furo", "aafigure", "pillow"]
91+
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "sphinx-autobuild", "sphinx-autofixture", "sphinx-copybutton", "sphinxext-opengraph", "sphinx-inline-tabs", "myst_parser", "furo", "aafigure", "pillow"]
9192
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher", "tox", "tox-poetry-installer"]
9293
coverage = ["codecov", "coverage", "pytest-cov"]
9394
format = ["black", "isort"]

0 commit comments

Comments
 (0)