Skip to content

Commit 9084cee

Browse files
authored
docs: fix faststream domain on objects.inv (#1229)
1 parent d9aad4e commit 9084cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ plugins:
237237
options:
238238
members_order: source
239239
separate_signature: true
240-
filters: ['!^_']
240+
filters: ["!^_"]
241241
docstring_options:
242242
ignore_init_summary: true
243243
merge_init_into_class: true
@@ -253,7 +253,7 @@ plugins:
253253
- url: https://requests.readthedocs.io/en/latest/objects.inv
254254
- url: https://typing-extensions.readthedocs.io/en/latest/objects.inv
255255
- url: https://rich.readthedocs.io/en/stable/objects.inv
256-
- url: https://faststream.airt.ai/latest/objects.inv
256+
- url: https://faststream.ag2.ai/latest/objects.inv
257257
- url: https://redis.readthedocs.io/en/stable/objects.inv
258258
- url: https://pymongo.readthedocs.io/en/stable/objects.inv
259259
- redirects:

0 commit comments

Comments
 (0)