Skip to content

Commit 6cc6434

Browse files
committed
docs: Bring back sphinx-issues until we deprecate the role
Revert "Remove sphinx-issues: unused since we use markdown now" This reverts commit 3b2b8fb.
1 parent a8cb052 commit 6cc6434

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'sphinx.ext.linkcode',
3030
'aafig',
3131
'alagitpull',
32+
'sphinx_issues',
3233
'myst_parser',
3334
]
3435

poetry.lock

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ colorama = ">=0.3.9"
4747
### Docs ###
4848
sphinx = "*"
4949
alagitpull = "~0.1.0"
50+
sphinx-issues = "^1.2.0"
5051
aafigure = ">=0.6"
5152
pillow = "*"
5253
sphinx-autodoc-typehints = "~1.14.1"
@@ -73,7 +74,7 @@ flake8 = "*"
7374
twine = "*"
7475

7576
[tool.poetry.extras]
76-
docs = ["sphinx", "myst_parser", "alagitpull", "sphinx-autodoc-typehints", "aafigure", "pillow"]
77+
docs = ["sphinx", "myst_parser", "sphinx-issues", "alagitpull", "sphinx-autodoc-typehints", "aafigure", "pillow"]
7778
test = ["pytest", "pytest-rerunfailures", "pytest-mock"]
7879
coverage = ["codecov", "coverage", "pytest-cov"]
7980
format = ["black", "isort"]

0 commit comments

Comments
 (0)