Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8362382

Browse filesBrowse files
committed
build(gatsby): Add astroid and sphinx-autoapi
1 parent bb8fa25 commit 8362382
Copy full SHA for 8362382

File tree

Expand file treeCollapse file tree

2 files changed

+136
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+136
-2
lines changed

‎poetry.lock

Copy file name to clipboardExpand all lines: poetry.lock
+131-2Lines 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

Copy file name to clipboardExpand all lines: pyproject.toml
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.