Skip to content

Commit 540ed8e

Browse files
committed
Keep only non-rtfd depends in EXTRAS_REQUIRE
1 parent c4c6755 commit 540ed8e

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
@@ -13,7 +13,7 @@
1313

1414

1515
EXTRAS_REQUIRE = {
16-
'docs': ['sphinx', 'sphinxcontrib-apidoc', 'm2r2', 'sphinx_rtd_theme'],
16+
'docs': ['sphinx', 'sphinx_rtd_theme'],
1717
'gir': ['pygobject'],
1818
'json': ['jsonrpclib'],
1919
'notify2': ['notify2'],

0 commit comments

Comments
 (0)