Skip to content

Commit a78ed14

Browse files
committed
Merge pull request matplotlib#2685 from mineo/doc-conf-version-comp
Remove a redundant comparison that raises an exception in Python 3
1 parent 2b68a6c commit a78ed14

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
@@ -51,8 +51,7 @@
5151

5252
autosummary_generate = True
5353

54-
if sphinx.__version__ >= 1.1:
55-
autodoc_docstring_signature = True
54+
autodoc_docstring_signature = True
5655

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

0 commit comments

Comments
 (0)