Skip to content

Commit

Permalink
Merge pull request #991 from dawran6/docs-#975
Browse files Browse the repository at this point in the history
Support Sphinx 1.7+
  • Loading branch information
Dan Sully authored May 14, 2018
2 parents d2818ec + 2c79295 commit 43cb986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clickdoctools.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from docutils.statemachine import ViewList

from sphinx.domains import Domain
from sphinx.util.compat import Directive
from docutils.parsers.rst import Directive

PY2 = sys.version_info[0] == 2

Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
maintainer_email='contact@palletsprojects.com',
long_description=readme,
packages=['click'],
extras_require={
'docs': [
'sphinx',
],
},
description='A simple wrapper around optparse for '
'powerful command line utilities.',
license='BSD',
Expand Down

0 comments on commit 43cb986

Please sign in to comment.