You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/user/salt/.nox/docs-html-compress-false-clean-false/bin/sphinx-build", line 5, in <module>
from sphinx.cmd.build import main
File "/home/user/salt/.nox/docs-html-compress-false-clean-false/lib/python3.7/site-packages/sphinx/cmd/build.py", line 25, in <module>
from sphinx.application import Sphinx
File "/home/user/salt/.nox/docs-html-compress-false-clean-false/lib/python3.7/site-packages/sphinx/application.py", line 43, in <module>
from sphinx.registry import SphinxComponentRegistry
File "/home/user/salt/.nox/docs-html-compress-false-clean-false/lib/python3.7/site-packages/sphinx/registry.py", line 24, in <module>
from sphinx.builders import Builder
File "/home/user/salt/.nox/docs-html-compress-false-clean-false/lib/python3.7/site-packages/sphinx/builders/__init__.py", line 26, in <module>
from sphinx.util import import_object, logging, progress_message, rst, status_iterator
File "/home/user/salt/.nox/docs-html-compress-false-clean-false/lib/python3.7/site-packages/sphinx/util/rst.py", line 21, in <module>
from jinja2 import Environment, environmentfilter
ImportError: cannot import name 'environmentfilter' from 'jinja2' (/home/user/salt/.nox/docs-html-compress-false-clean-false/lib/python3.7/site-packages/jinja2/__init__.py)
Additional context
Pinning jinja2 in requirements/static/ci/py3.7/docs.txt to 3.0.3 instead of 3.1.2 as suggested here and here fixes the issue for me, although I don't know if that breaks something else.
The text was updated successfully, but these errors were encountered:
Description
The documentation in this repo fails to build when following these instructions.
Steps to Reproduce the behavior
This gives this traceback:
Additional context
Pinning
jinja2
inrequirements/static/ci/py3.7/docs.txt
to3.0.3
instead of3.1.2
as suggested here and here fixes the issue for me, although I don't know if that breaks something else.The text was updated successfully, but these errors were encountered: