Skip to content

Commit eb771dd

Browse files
committed
Update docs dependencies
1 parent c2a908b commit eb771dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'sphinx.ext.autosummary',
4040
'sphinx.ext.intersphinx',
4141
'pallets_sphinx_themes',
42-
'm2r',
42+
'm2r2',
4343
]
4444

4545
autodoc_member_order = 'bysource'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_long_description():
3737
'Click>=7.0,<9',
3838
],
3939
extras_require={
40-
'docs': ['sphinx>=2.3, <3', 'Pallets-Sphinx-Themes', 'm2r'],
40+
'docs': ['sphinx>=3.0, <6', 'Pallets-Sphinx-Themes', 'm2r2'],
4141
'tests': ['coverage <6', 'pytest', 'pytest-cov', 'coveralls'],
4242
},
4343
url='https://github.com/click-contrib/click-option-group',

0 commit comments

Comments
 (0)