Skip to content

Commit

Permalink
Change html_extra_path
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Sorokin <[email protected]>
  • Loading branch information
DimedS committed Nov 25, 2024
1 parent a838254 commit b60209e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@
# We've tried to rely on RTD's default `robots.txt`, but it doesn't support sub-projects (Viz and Datasets),
# so we decided to use our own `robots.txt` again, with a link to the custom `sitemap.xml`.
# See the discussion at https://github.com/kedro-org/kedro/issues/3741.
# html_extra_path = [str(here / "robots.txt"), str(here / "sitemap.xml")]
html_extra_path = [str(here / "robots.txt")]
html_extra_path = [str(here / "extra_files")]

# Removes, from all docs, the copyright footer.
html_show_copyright = False
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b60209e

Please sign in to comment.