Skip to content

Commit 4ad1cee

Browse files
committed
use sphinx <3 (workaround for m2r)
1 parent 7df03e8 commit 4ad1cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_long_description():
3333
'Click>=7.0,<8',
3434
],
3535
extras_require={
36-
'docs': ['sphinx>=2.3', 'Pallets-Sphinx-Themes', 'm2r'],
36+
'docs': ['sphinx>=2.3, <3', 'Pallets-Sphinx-Themes', 'm2r'],
3737
'tests': ['pytest'],
3838
},
3939
url='https://github.com/click-contrib/click-option-group',

0 commit comments

Comments
 (0)