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

readthedocs failing recently on PRs #933

Closed
phargogh opened this issue Apr 6, 2022 · 1 comment · Fixed by #934 or #938
Closed

readthedocs failing recently on PRs #933

phargogh opened this issue Apr 6, 2022 · 1 comment · Fixed by #934 or #938
Assignees
Labels
bug Something isn't working in progress This issue is actively being worked on

Comments

@phargogh
Copy link
Member

phargogh commented Apr 6, 2022

Recent PRs have had failing RTD builds with the following exception:

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/invest/conda/932/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/docs/checkouts/readthedocs.org/user_builds/invest/conda/932/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/docs/checkouts/readthedocs.org/user_builds/invest/conda/932/lib/python3.9/site-packages/sphinx/__main__.py", line 13, in <module>
    from sphinx.cmd.build import main
  File "/home/docs/checkouts/readthedocs.org/user_builds/invest/conda/932/lib/python3.9/site-packages/sphinx/cmd/build.py", line 25, in <module>
    from sphinx.application import Sphinx
  File "/home/docs/checkouts/readthedocs.org/user_builds/invest/conda/932/lib/python3.9/site-packages/sphinx/application.py", line 43, in <module>
    from sphinx.registry import SphinxComponentRegistry
  File "/home/docs/checkouts/readthedocs.org/user_builds/invest/conda/932/lib/python3.9/site-packages/sphinx/registry.py", line 24, in <module>
    from sphinx.builders import Builder
  File "/home/docs/checkouts/readthedocs.org/user_builds/invest/conda/932/lib/python3.9/site-packages/sphinx/builders/__init__.py", line 26, in <module>
    from sphinx.util import import_object, logging, rst, progress_message, status_iterator
  File "/home/docs/checkouts/readthedocs.org/user_builds/invest/conda/932/lib/python3.9/site-packages/sphinx/util/rst.py", line 22, in <module>
    from jinja2 import environmentfilter
ImportError: cannot import name 'environmentfilter' from 'jinja2' (/home/docs/checkouts/readthedocs.org/user_builds/invest/conda/932/lib/python3.9/site-packages/jinja2/__init__.py)
@phargogh phargogh added the in progress This issue is actively being worked on label Apr 6, 2022
@phargogh phargogh self-assigned this Apr 6, 2022
@phargogh phargogh added the bug Something isn't working label Apr 6, 2022
phargogh added a commit to phargogh/invest that referenced this issue Apr 6, 2022
This should get around an import change in jinja2==3.1 that sphinx
doesn't seem to support yet.  See sphinx-doc/sphinx#10291

RE:natcap#933
@phargogh phargogh mentioned this issue Apr 6, 2022
3 tasks
phargogh added a commit to phargogh/invest that referenced this issue Apr 8, 2022
phargogh added a commit to phargogh/invest that referenced this issue Apr 8, 2022
@phargogh
Copy link
Member Author

Now it's failing on flask-cors.

@phargogh phargogh reopened this Apr 12, 2022
phargogh added a commit to phargogh/invest that referenced this issue Apr 12, 2022
davemfish added a commit that referenced this issue Apr 13, 2022
Adding flask_cors to the RTD requirements. RE:#933
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in progress This issue is actively being worked on
Projects
None yet
1 participant