Skip to content
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

Open
Lasica opened this issue Apr 3, 2024 · 3 comments
Open

Can't build docs in starter - need to update sphinx version #3774

Lasica opened this issue Apr 3, 2024 · 3 comments
Assignees
Labels
Community Issue/PR opened by the open-source community

Comments

@Lasica
Copy link

Lasica commented Apr 3, 2024

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

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

@Lasica Lasica mentioned this issue Apr 3, 2024
10 tasks
@noklam
Copy link
Contributor

noklam commented Apr 3, 2024

I see your comment here, are you going to open a PR for this?

@noklam noklam added the Community Issue/PR opened by the open-source community label Apr 3, 2024
@Lasica
Copy link
Author

Lasica commented Apr 3, 2024

Yes

@merelcht
Copy link
Member

Hi @Lasica, are you still interested in creating a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Issue/PR opened by the open-source community
Projects
Status: No status
Development

No branches or pull requests

3 participants