Skip to content

Commit

Permalink
Merge branch 'master' into fix-sqlalchemy-security
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Mar 9, 2023
2 parents 0887718 + 5222a05 commit 7f0f41b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ def doc_redirect_include(file_path):
autoapi_ignore = [os.path.join(PROJECT_ROOT, "magpie/alembic/*")]
autoapi_python_class_content = "both"

# avoid 403 by some links that explicitly block robots/scripts with mocked user-agent
user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0"

linkcheck_timeout = 20
linkcheck_retries = 5

Expand Down

0 comments on commit 7f0f41b

Please sign in to comment.