Skip to content

Commit

Permalink
Build docs fix (kedro-org#3773)
Browse files Browse the repository at this point in the history
* Ignored forbidden url

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

* Returned linkscheck retries

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

* Removed odd comment

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

---------

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
  • Loading branch information
ElenaKhaustova authored and doxenix committed Apr 3, 2024
1 parent 6ee3b51 commit 705770f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,11 @@
"https://opensource.org/license/apache2-0-php/",
"https://docs.github.com/en/rest/overview/other-authentication-methods#via-username-and-password",
"https://www.educative.io/blog/advanced-yaml-syntax-cheatsheet#anchors",
# temporarily, until the file actually exists in `main`
"https://github.com/kedro-org/kedro/blob/main/kedro/templates/project/%7B%7B%20cookiecutter.repo_name%20%7D%7D/.flake8",
"https://www.quora.com/What-is-thread-safety-in-Python", # "403 Client Error: Forbidden for url"
]

# Comment out settings to fix Client Rate Limit Error 429
# linkcheck_retries = 5
linkcheck_retries = 3
# linkcheck_rate_limit_timeout = 2.0

html_context = {
Expand Down

0 comments on commit 705770f

Please sign in to comment.