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
Successful build of docs using the requires sphinx 2.2.0.
Actual Result
Based on the logs sphinx 2.2.0 is installed (docs extra) but after that I see:
python /home/docs/checkouts/readthedocs.org/user_builds/jira/envs/latest/bin/sphinx-build -T -E -b readthedocs -d _build/doctrees-readthedocs -D language=en . _build/html
Running Sphinx v1.8.5
loading translations [en]... done
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/jira/envs/latest/lib/python3.7/site-packages/sphinx/cmd/build.py", line 303, in build_main
args.tags, args.verbosity, args.jobs, args.keep_going)
File "/home/docs/checkouts/readthedocs.org/user_builds/jira/envs/latest/lib/python3.7/site-packages/sphinx/application.py", line 215, in __init__
'be built with this version.') % self.config.needs_sphinx)
sphinx.errors.VersionRequirementError: This project needs at least Sphinx v2.2.0 and therefore cannot be built with this version.
Sphinx version error:
This project needs at least Sphinx v2.2.0 and therefore cannot be built with this version.
Apparently the sphinx-build is called without activating the virtual environment, so failing
The text was updated successfully, but these errors were encountered:
Details
Expected Result
Successful build of docs using the requires sphinx 2.2.0.
Actual Result
Based on the logs sphinx 2.2.0 is installed (docs extra) but after that I see:
Apparently the
sphinx-build
is called without activating the virtual environment, so failingThe text was updated successfully, but these errors were encountered: