Skip to content

Commit 7077d8d

Browse files
authored
⬆️ UPDATE: Allow Sphinx v4 (#39)
1 parent e76d579 commit 7077d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ project_urls =
2929
[options]
3030
packages = find:
3131
install_requires =
32-
attrs>=19.2,<21
32+
attrs>=19.2,<22
3333
click~=7.1
3434
pyyaml
35-
sphinx~=3.0
35+
sphinx>=3,<5
3636
python_requires = ~=3.6
3737
include_package_data = True
3838
zip_safe = True

0 commit comments

Comments
 (0)