Skip to content

Commit 7df03e8

Browse files
authored
Merge pull request #7 from click-contrib/revert-6-fix-sphinx-m2r
Revert "Fix build docs with sphinx and m2r"
2 parents dfd829a + f033268 commit 7df03e8

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Changelog
22

3-
## v0.3.2
4-
* DOC: update m2r from a [fork](https://github.com/crossnox/m2r) to support sphinx >= 3
5-
63
## v0.3.1
4+
75
* Add `hidden=True` to `_GroupTitleFakeOption` as a temporary workaroud for issue [#4](https://github.com/click-contrib/click-option-group/issues/4)
86

97
## v0.3.0

click_option_group/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.3.2'
3+
__version__ = '0.3.1'

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ def get_long_description():
3333
'Click>=7.0,<8',
3434
],
3535
extras_require={
36-
'docs': [
37-
'sphinx>=2.3',
38-
'Pallets-Sphinx-Themes',
39-
'm2r @ git+https://github.com/crossnox/m2r@dev#egg=m2r',
40-
],
36+
'docs': ['sphinx>=2.3', 'Pallets-Sphinx-Themes', 'm2r'],
4137
'tests': ['pytest'],
4238
},
4339
url='https://github.com/click-contrib/click-option-group',

0 commit comments

Comments
 (0)