Skip to content

Commit 703c23a

Browse files
committed
1 parent 3896d53 commit 703c23a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"sphinx.ext.napoleon",
2828
"sphinx.ext.linkcode",
2929
"aafig",
30-
"sphinx_issues",
30+
"sphinx_autoissues",
3131
"sphinx_click.ext", # sphinx-click
3232
"sphinx_inline_tabs",
3333
"sphinx_copybutton",
@@ -38,7 +38,8 @@
3838

3939
myst_enable_extensions = ["colon_fence", "substitution", "replacements"]
4040

41-
issues_github_path = about["__github__"].replace("https://github.com/", "")
41+
issuetracker = "github"
42+
issuetracker_project = about["__github__"].replace("https://github.com/", "")
4243

4344
templates_path = ["_templates"]
4445

poetry.lock

Lines changed: 13 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ sphinx-inline-tabs = "*"
6565
sphinxext-opengraph = "*"
6666
sphinx-copybutton = "*"
6767
sphinxext-rediraffe = "*"
68+
sphinx-autoissues = "*"
6869
myst_parser = "*"
6970
docutils = "~0.18.0"
7071

@@ -101,6 +102,7 @@ docs = [
101102
"sphinxext-opengraph",
102103
"sphinx-inline-tabs",
103104
"sphinxext-rediraffe",
105+
"sphinx-autoissues",
104106
"myst_parser",
105107
"furo",
106108
"aafigure",

0 commit comments

Comments
 (0)