Skip to content

Commit 6c9a89d

Browse files
committed
build(deps[docs]): Add sphinx-autobuild
See also: https://github.com/executablebooks/sphinx-autobuild
1 parent 1216fed commit 6c9a89d

File tree

2 files changed

+101
-2
lines changed

2 files changed

+101
-2
lines changed

poetry.lock

Lines changed: 99 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ alagitpull = "^0.1.0"
5454
sphinx-issues = "^3.0.0"
5555
sphinx-click = "*"
5656
sphinx-autodoc-typehints = "~1.17.0"
57+
sphinx-autobuild = "^2021.3.14"
5758
myst_parser = "~0.17.0"
5859

5960
### Testing ###
@@ -73,7 +74,7 @@ isort = "*"
7374
flake8 = "*"
7475

7576
[tool.poetry.extras]
76-
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "myst_parser", "alagitpull"]
77+
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "myst_parser", "sphinx-autobuild", "alagitpull"]
7778
test = ["pytest", "pytest-rerunfailures"]
7879
coverage = ["codecov", "coverage", "pytest-cov"]
7980
format = ["black", "isort"]

0 commit comments

Comments
 (0)