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

Extra space of indentation in starter's docs dependency group #4307

Closed
yury-fedotov opened this issue Nov 7, 2024 · 1 comment
Closed

Extra space of indentation in starter's docs dependency group #4307

yury-fedotov opened this issue Nov 7, 2024 · 1 comment
Labels
Community Issue/PR opened by the open-source community

Comments

@yury-fedotov
Copy link
Contributor

Description

After running kedro new, the docs dependency group in pyproject.toml is:

docs = [
    "docutils<0.21",
    "sphinx>=5.3,<7.3",
     "sphinx_rtd_theme==2.0.0",
    "nbsphinx==0.8.1",
    "sphinx-autodoc-typehints==1.20.2",
    "sphinx_copybutton==0.5.2",
    "ipykernel>=5.3, <7.0",
    "Jinja2<3.2.0",
    "myst-parser>=1.0,<2.1"
]

I.e. line number 3, sphinx_rtd_theme, has extra indentation, which I guess is a typo.

Your Environment

  • Kedro version used (pip show kedro or kedro -V): 0.19.9
  • Python version used (python -V): 3.10.12
  • Operating system and version: MacOS, M1
  • Date of test: Nov 7, 2024
@yury-fedotov
Copy link
Contributor Author

Closing this: I opened a copy in starters project instead: kedro-org/kedro-starters#256

@yury-fedotov yury-fedotov closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2024
@github-project-automation github-project-automation bot moved this from Wizard inbox to Done in Kedro Wizard 🪄 Nov 8, 2024
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: Done
Development

No branches or pull requests

2 participants