Skip to content

Commit 96ad98d

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 303ee97 commit 96ad98d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

poetry.lock

Lines changed: 17 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
@@ -64,6 +64,7 @@ colorama = ">=0.3.9"
6464
### Docs ###
6565
sphinx = "*"
6666
furo = "*"
67+
gp-libs = "*"
6768
sphinx-autoapi = "*"
6869
sphinx-autobuild = "*"
6970
sphinx-autodoc-typehints = "*"
@@ -109,6 +110,7 @@ docs = [
109110
"sphinx-inline-tabs",
110111
"myst_parser",
111112
"furo",
113+
"gp-libs",
112114
]
113115
test = ["pytest", "pytest-rerunfailures", "pytest-watcher"]
114116
coverage = ["codecov", "coverage", "pytest-cov"]

0 commit comments

Comments
 (0)