From 8db70fb75a3dd13ae8f2cd303461e28b53953eaa Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Wed, 5 May 2021 02:45:17 -0700 Subject: [PATCH] Add doc building dependencies --- setup.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 913c222..55159cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ classifiers = Topic :: Utilities project_urls = - Source Code = https://github.com/drewcassidy/yaclog + Source = https://github.com/drewcassidy/yaclog Changelog = https://github.com/drewcassidy/yaclog/blob/main/CHANGELOG.md [options] @@ -34,6 +34,13 @@ install_requires = python_requires = >= 3.8 packages = find: +[options.extras_require] +docs = + Sphinx >= 3.5 + sphinx-click >= 2.7 + sphinx-rtd-theme + myst-parser >= 0.14 + [options.entry_points] console_scripts = yaclog = yaclog.cli.__main__:cli