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

Docs/use kedro sphinx theme #1898

Merged
merged 7 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Please follow the established format:
- Refactor backend integration with Kedro by replacing bootstrap_project with configure_project. (#1796)
- Enhance kedro-viz doc integration. (#1874)
- Fix Kedro-Viz waiting for valid Kedro project. (#1871)
- Enhance Kedro-Viz documentation by using Kedro-sphinx-theme. (#1898)

# Release 9.0.0

Expand Down
76 changes: 0 additions & 76 deletions docs/source/_templates/layout.html

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme = "kedro-sphinx-theme"

# Theme options are theme-specific and customise the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
6 changes: 1 addition & 5 deletions package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@
},
extras_require={
"docs": [
"sphinx>=5.3,<7.3",
"sphinx_copybutton==0.5.2",
"sphinx-notfound-page",
"sphinx_rtd_theme==1.3.0",
"myst-parser>=1.0,<2.1",
"kedro-sphinx-theme==2024.4.0",
],
"aws": ["s3fs>=2021.4"],
"azure": ["adlfs>=2021.4"],
Expand Down
Loading