8000 Add explicit dependency on Sphinx · sphinx-contrib/jquery@e2fbe5c · GitHub
[go: up one dir, main page]

Skip to content

Commit e2fbe5c

Browse files
committed
Add explicit dependency on Sphinx
1 parent 50e6dad commit e2fbe5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ classifiers = [
3434
"Topic :: Documentation",
3535
"Topic :: Documentation :: Sphinx",
3636
]
37+
dependencies = [
38+
"Sphinx>=1.8",
39+
]
3740
dynamic = [" 429F version"]
3841

3942
[[project.authors]]

0 commit comments

Comments
 (0)
0