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

error running sphinx on pypy3 / Python 3.2 #1766

Closed
rbtcollins opened this issue Mar 11, 2015 · 1 comment
Closed

error running sphinx on pypy3 / Python 3.2 #1766

rbtcollins opened this issue Mar 11, 2015 · 1 comment
Milestone

Comments

@rbtcollins
Copy link

We run sphinx in our CI for testtools (https://github/testing-cabal/testtools) and with Sphinx 1.3 we started seeing this:

make[1]: Entering directory `/home/travis/build/testing-cabal/testtools/doc'
sphinx-build -b html -d _build/doctrees . _build/html
Error: Sphinx requires at least Python 2.6 to run.
make[1]: *** [html] Error 1

e.g. from https://travis-ci.org/testing-cabal/testtools/jobs/53883928

Since both pypy3 and Python3.2 are at least Python 2.6 the error message is at best misleading :).

@shimizukawa
Copy link
Member

Thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants