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

Manually create a sitemap.xml for docs SEO #4261

Merged
merged 16 commits into from
Nov 26, 2024
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@
# We've decided to rely on RTD's default robots.txt, so we no longer need to specify a custom one,
# see discussion at https://github.com/kedro-org/kedro/issues/3741
# html_extra_path = [str(here / "robots.txt")]
html_extra_path = [str(here / "sitemap.xml")]
astrojuanlu marked this conversation as resolved.
Show resolved Hide resolved


# Removes, from all docs, the copyright footer.
html_show_copyright = False
Expand Down Expand Up @@ -532,3 +534,5 @@ def setup(app):

myst_heading_anchors = 5
myst_enable_extensions = ["colon_fence"]

#check RTD build