Skip to content

Commit 8362382

Browse files
committed
build(gatsby): Add astroid and sphinx-autoapi
1 parent bb8fa25 commit 8362382

File tree

2 files changed

+136
-2
lines changed

2 files changed

+136
-2
lines changed

poetry.lock

Lines changed: 131 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,15 @@ flake8 = "*"
5454
### Deploy ###
5555
twine = "*"
5656

57+
### Gatsby Source ###
58+
sphinx-autoapi = {version = "^1.4.0", python = ">=3.6"}
59+
astroid = {version = "^2.4.2", python = ">=3.6"}
60+
5761
[tool.poetry.extras]
5862
docs = ["sphinx", "recommonmark", "sphinx-issues", "alagitpull"]
5963
test = ["pytest", "pathlib2", "pytest-rerunfailures", "pytest-mock"]
6064
coverage = ["codecov", "coverage", "pytest-cov"]
6165
format = ["black", "isort"]
6266
lint = ["flake8"]
6367
deploy = ["deploy"]
68+
gatsby = ["astroid", "sphinx-autoapi"]

0 commit comments

Comments
 (0)