Skip to content

Commit

Permalink
pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Feb 17, 2020
1 parent 5c52dca commit 374b469
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cylc/sphinx_ext/cylc_lang/autodocumenters.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def get_vdr_info(vdr):
except KeyError:
return CylcConfigValidator.V_TYPE_HELP[vdr]


def get_obj_from_module(namespace):
"""
>>> get_obj_from_module('os') # doctest: +ELLIPSIS
Expand Down Expand Up @@ -156,8 +157,6 @@ class CylcAutoDirective(Directive):
required_arguments = 1
optional_arguments = 1



@staticmethod
def doc_conf(name):
return [
Expand Down
2 changes: 1 addition & 1 deletion cylc/sphinx_ext/cylc_lang/domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def process_link(self, env, refnode, has_explicit_title, title, target):
for context, _ in env.ref_context.items()
if isinstance(context, tuple)
and context[0] == 'cylc'
)) # TODO combine
)) # TODO combine
return title, target


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def get_version(filename):
long_description=open('README.rst', 'r').read(),
install_requires=[
'sphinx>=2.1.0',
# TODO: docutils version is pinned due to issue with hieroglyph
'docutils<0.16.0'
],
extras_require=REQS,
Expand Down

0 comments on commit 374b469

Please sign in to comment.