Skip to content

Commit 300ff44

Browse files
committed
build(deps): Add gp-libs
Handles: - doctests in markdown - linkifying issues in changelog - rendering table of contents for sphinx.ext.autodoc directives And we can remove sphinx-autoapi
1 parent 7c08c17 commit 300ff44

File tree

2 files changed

+22
-34
lines changed

2 files changed

+22
-34
lines changed

poetry.lock

Lines changed: 20 additions & 34 deletions
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
@@ -57,6 +57,7 @@ sphinx = "*"
5757
aafigure = ">=0.6"
5858
pillow = "*"
5959
furo = "*"
60+
gp-libs = "*"
6061
sphinx-autobuild = "*"
6162
sphinx-autodoc-typehints = "*"
6263
sphinx-click = "*"
@@ -105,6 +106,7 @@ docs = [
105106
"sphinx-autoissues",
106107
"myst_parser",
107108
"furo",
109+
"gp-libs",
108110
"aafigure",
109111
"pillow",
110112
]

0 commit comments

Comments
 (0)