-
Notifications
You must be signed in to change notification settings - Fork 908
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
Can't build docs in starter - need to update sphinx version #3774
Closed
Labels
Community
Issue/PR opened by the open-source community
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Can't build docs in starter - need to update sphinx version
Context
Install requirements from the package
pip install -e '.[docs]'
and try to build docs with sphinx - it's old version and the conf provided requires at least version >5 (plugins).Steps to Reproduce
Expected Result
The docs builds without issues.
Actual Result
It throws an error that sphinx needs to be at version >5.
Your Environment
Kedro 0.19.3, python 3.10, Linux
The text was updated successfully, but these errors were encountered: