Skip to content

Commit 35f0640

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 5b1cc5f commit 35f0640

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
@@ -49,6 +49,7 @@ python = "^3.7"
4949
### Docs ###
5050
sphinx = "*"
5151
furo = "*"
52+
gp-libs = "*"
5253
sphinx-autobuild = "*"
5354
sphinx-autodoc-typehints = "*"
5455
sphinx-click = "*"
@@ -95,6 +96,7 @@ docs = [
9596
"sphinxext-rediraffe",
9697
"myst_parser",
9798
"furo",
99+
"gp-libs"
98100
]
99101
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
100102
coverage = ["codecov", "coverage", "pytest-cov"]

0 commit comments

Comments
 (0)