diff --git a/docs/build.json b/docs/build.json index 5de7837..d736c53 100644 --- a/docs/build.json +++ b/docs/build.json @@ -1,5 +1,5 @@ { "schemaVersion": 1, "label": "docs build", - "message": "2.1.2" + "message": "2.2.0" } diff --git a/docs/conf.py b/docs/conf.py index df5d087..eaa3453 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,6 +14,8 @@ "https://azuremarketplace.microsoft.com/", "https://azure.microsoft.com/", "https://hub.docker.com/", + # unauthorized + "https://portal.aws.amazon.com/", ] linkcheck_timeout = 5 diff --git a/docs/requirements.txt b/docs/requirements.txt index ced14fe..992685e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ crate-docs-theme +myst-parser<5