Skip to content

Commit

Permalink
Don't proof sync recording urls
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Feb 20, 2024
1 parent 7ad8d59 commit b77dcdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ plugins:
# only available to users that are logged in to GitHub and have
# ponylang org access
404: ["https://github.com/organizations/ponylang/settings/repository-defaults"]
# ignore_urls:
# # sync recordings regularly times out. if we can every ignore the -1
# # response as "transient", then we can remove this ignore. sadly, we
# # can't add -1 to the raise_error_excludes right now as it doesn't work.
# # only valid HTTP status codes can be excluded.
# - https://sync-recordings.ponylang.io
ignore_urls:
# sync recordings regularly times out. if we can every ignore the -1
# response as "transient", then we can remove this ignore. sadly, we
# can't add -1 to the raise_error_excludes right now as it doesn't work.
# only valid HTTP status codes can be excluded.
- https://sync-recordings.ponylang.io
- rss:
match_path: blog/posts/.*
date_from_meta:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git+https://${INSIDERS_PAT}@github.com/squidfunk/mkdocs-material-insiders.git
mkdocs-htmlproofer-plugin>=0.1.0
git+https://github.com/manuzhang/mkdocs-htmlproofer-plugin.git@d0add3fec23339b5f74c97257510988546d12b30
mkdocs-ezlinks-plugin>=0.1.8
mkdocs-rss-plugin>=1.12.1
tzdata>=2024.1

0 comments on commit b77dcdc

Please sign in to comment.