mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
Add doc building dependencies
This commit is contained in:
parent
ac3fb0ca2b
commit
8db70fb75a
@ -23,7 +23,7 @@ classifiers =
|
|||||||
Topic :: Utilities
|
Topic :: Utilities
|
||||||
|
|
||||||
project_urls =
|
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
|
Changelog = https://github.com/drewcassidy/yaclog/blob/main/CHANGELOG.md
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
@ -34,6 +34,13 @@ install_requires =
|
|||||||
python_requires = >= 3.8
|
python_requires = >= 3.8
|
||||||
packages = find:
|
packages = find:
|
||||||
|
|
||||||
|
[options.extras_require]
|
||||||
|
docs =
|
||||||
|
Sphinx >= 3.5
|
||||||
|
sphinx-click >= 2.7
|
||||||
|
sphinx-rtd-theme
|
||||||
|
myst-parser >= 0.14
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
yaclog = yaclog.cli.__main__:cli
|
yaclog = yaclog.cli.__main__:cli
|
||||||
|
Loading…
Reference in New Issue
Block a user