summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2019-11-12 08:36:22 -0800
committerJustin Mayer <entroP@gmail.com>2019-11-12 08:36:22 -0800
commit535df9cd9ce5ac9217828ddf480aca07c822aafe (patch)
treeea57790ee4a1b1436286e289cbc5c5ff565f3350 /pyproject.toml
parentf18429f23a2edc11e91fabea5150c06f20589b08 (diff)
downloadpelican-535df9cd9ce5ac9217828ddf480aca07c822aafe.tar.gz
Add Invoke tasks for building and serving docs
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a7afc595..8b9db0c6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -48,6 +48,7 @@ markdown = "~3.1.1"
typogrify = "^2.0"
sphinx = "=1.4.9"
sphinx_rtd_theme = "^0.4.3"
+livereload = "^2.6"
mock = "^3.0"
pytest = "^5.2"
pytest-cov = "^2.8"