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

DOC/CI: Doc build is failing with sphinx 2.1 #26723

Closed
datapythonista opened this issue Jun 7, 2019 · 4 comments
Closed

DOC/CI: Doc build is failing with sphinx 2.1 #26723

datapythonista opened this issue Jun 7, 2019 · 4 comments
Labels
CI Continuous Integration Docs

Comments

@datapythonista
Copy link
Member

datapythonista commented Jun 7, 2019

The doc build is failing with:

Recursion error:
maximum recursion depth exceeded while calling a Python object

This can happen with very large or deeply nested source files.  You can carefully increase the default Python recursion limit of 1000 in conf.py with e.g.:
    import sys; sys.setrecursionlimit(1500)

I tried increasing the limit from 1,000 to 20,000 but still the same error, so I guess the problem is something else.

I think this is the first job that failed: https://travis-ci.org/pandas-dev/pandas/jobs/542714631 (PR #26697)

@datapythonista datapythonista added Docs CI Continuous Integration labels Jun 7, 2019
@TomAugspurger
Copy link
Contributor

Sphinx was bumped to 2.1.0 in https://travis-ci.org/pandas-dev/pandas/jobs/542714631.

@TomAugspurger
Copy link
Contributor

I can reproduce locally with 2.1.0. Pinning to 2.0.1, and will open an issue with sphinx.

@TomAugspurger
Copy link
Contributor

Quite a few warnings on 2.1. I'll take a closer look next week.

@jorisvandenbossche jorisvandenbossche changed the title DOC/CI: Doc build is failing DOC/CI: Doc build is failing with sphinx 2.1 Jun 11, 2019
@mroeschke
Copy link
Member

Looks like we're using Sphinx 3 now in our doc builds. Don't think Sphinx 2.1 issues are relevant anymore so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Docs
Projects
None yet
Development

No branches or pull requests

3 participants