10000 Merge pull request #2685 from mineo/doc-conf-version-comp · matplotlib/matplotlib@b795756 · GitHub
[go: up one dir, main page]

Skip to content

Commit b795756

Browse files
committed
Merge pull request #2685 from mineo/doc-conf-version-comp
Remove a redundant comparison that raises an exception in Python 3
2 parents 2d051f2 + cbdb3a1 commit b795756

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353

5454
autosummary_generate = True
5555

56-
if sphinx.__version__ >= 1.1:
57-
autodoc_docstring_signature = True
56+
autodoc_docstring_signature = True
5857

5958
# Add any paths that contain templates here, relative to this directory.
6059
templates_path = ['_templates']

0 commit comments

Comments
 (0)
0