Skip to content

Commit

Permalink
Remove custom robots.txt in favor of RTD default (#4055)
Browse files Browse the repository at this point in the history
* Remove custom robots.txt

Signed-off-by: Dmitry Sorokin <[email protected]>

* Remove link to robots.txt from conf.py

Signed-off-by: Dmitry Sorokin <[email protected]>

* Update docs/source/conf.py

Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
Signed-off-by: Dmitry Sorokin <[email protected]>

---------

Signed-off-by: Dmitry Sorokin <[email protected]>
Signed-off-by: Dmitry Sorokin <[email protected]>
Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
Co-authored-by: Nok Lam Chan <[email protected]>
  • Loading branch information
3 people authored Aug 21, 2024
1 parent 43b3611 commit 0f93ee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@

# html_extra_path used to define a path to robots.txt which is used by webcrawlers
# to ignore or allow certain links.
html_extra_path = [str(here / "robots.txt")]
# 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")]

# Removes, from all docs, the copyright footer.
html_show_copyright = False
Expand Down
18 changes: 0 additions & 18 deletions docs/source/robots.txt

This file was deleted.

0 comments on commit 0f93ee6

Please sign in to comment.