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
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
kedro new #... enable docs, enter the project
pip install -e '.[docs]'
mkdir docs/_build
python -m sphinx docs/source docs/_build
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:
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: