Skip to content

Commit 1b4d844

Browse files
committed
Update Sphinx and check-manifest
1 parent 23d885d commit 1b4d844

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Logs/
2727
ErrorMsgs/
2828
Sessions/
2929

30+
Webware-for-Python-*
31+
3032
.idea/
3133
.tox/
3234
.venv/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'waitress>=2,<3', 'hupper>=1.10,<2',
1616
]
1717
requireDocs = [
18-
'Sphinx>=3.5,<4', 'sphinx_rtd_theme>=0.5'
18+
'Sphinx>=4.3,<5', 'sphinx_rtd_theme>=1'
1919
]
2020
requireExamples = [
2121
'DBUtils>=2,<4', 'dominate>=2.6,<3', 'yattag>=1.14,<2',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands =
2222

2323
[testenv:manifest]
2424
basepython = python3.9
25-
deps = check-manifest>=0.46
25+
deps = check-manifest>=0.47
2626
commands =
2727
check-manifest -v
2828

0 commit comments

Comments
 (0)