Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request specific sphinx version #813

Merged
merged 1 commit into from
Apr 6, 2018

Conversation

unoebauer
Copy link
Contributor

@unoebauer unoebauer commented Apr 5, 2018

Read the docs is currently not building our documentation:

Running Sphinx v1.7.2
loading translations [en]... done

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/tardis/conda/latest/lib/python2.7/site-packages/sphinx/cmdline.py", line 303, in main
    args.warningiserror, args.tags, args.verbosity, args.jobs)
  File "/home/docs/checkouts/readthedocs.org/user_builds/tardis/conda/latest/lib/python2.7/site-packages/sphinx/application.py", line 191, in __init__
    self.setup_extension(extension)
  File "/home/docs/checkouts/readthedocs.org/user_builds/tardis/conda/latest/lib/python2.7/site-packages/sphinx/application.py", line 411, in setup_extension
    self.registry.load_extension(self, extname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/tardis/conda/latest/lib/python2.7/site-packages/sphinx/registry.py", line 318, in load_extension
    raise ExtensionError(__('Could not import extension %s') % extname, err)
ExtensionError: Could not import extension numpydoc (exception: cannot import name Directive)

Extension error:
Could not import extension numpydoc (exception: cannot import name Directive)

I have the suspicion, that this may be connect to the new sphinx version. In this PR, an older sphinx version is explicitly given in the requirements file.

@unoebauer unoebauer merged commit ad2b151 into tardis-sn:master Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant