We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In docs/requirements.txt we have a dep for sphinx 1.8.3.
This only works if alabaster==0.7.12 pinned.
Otherwise, with a fresh install I got:
make singlehtml sphinx-build -b singlehtml -d _build/doctrees -w warnings.txt . _build/singlehtml Running Sphinx v1.8.3 loading translations [en]... done Sphinx version error: The alabaster extension used by this project needs at least Sphinx v3.4; it therefore cannot be built with this version. make: *** [singlehtml] Error 2
Increasing the sphinx package version provided a lot of other issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In docs/requirements.txt we have a dep for sphinx 1.8.3.
This only works if alabaster==0.7.12 pinned.
Otherwise, with a fresh install I got:
Increasing the sphinx package version provided a lot of other issues.
The text was updated successfully, but these errors were encountered: