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
When running sh build_docs.sh, am finding the the following error (MacOS Ventura):
sh build_docs.sh
Theme error: An error happened in rendering the page develop. Reason: UndefinedError("'style' is undefined")
Digging a bit, seems to be due to incompatibility with Sphinx 7.0 as found in this kivy issue
To fix, modified the docs/requirements.txt to specify sphinx==6.2.1 as they suggest
docs/requirements.txt
sphinx==6.2.1
The text was updated successfully, but these errors were encountered:
Update requirements.txt
399663e
Pin sphinx to 6.2.1 due to incompatibility issue with handling of `styles`. See (issue 59)[salesforce#59]
Created PR 60
Sorry, something went wrong.
No branches or pull requests
When running
sh build_docs.sh
, am finding the the following error (MacOS Ventura):Theme error:
An error happened in rendering the page develop.
Reason: UndefinedError("'style' is undefined")
Digging a bit, seems to be due to incompatibility with Sphinx 7.0 as found in this kivy issue
To fix, modified the
docs/requirements.txt
to specifysphinx==6.2.1
as they suggestThe text was updated successfully, but these errors were encountered: