Skip to content

Commit 6ce617e

Browse files
docs: fix(docs/config): remove pin versions in intersphinx mapping (#4383)
* docs: fix(docs/config): remove pin versions in intersphinx mapping * Update docs/conf.py Co-authored-by: Janek Nouvertné <[email protected]> --------- Co-authored-by: Janek Nouvertné <[email protected]>
1 parent ce3ff9e commit 6ce617e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@
5959
"cryptography": ("https://cryptography.io/en/latest/", None),
6060
"sqlalchemy": ("https://docs.sqlalchemy.org/en/20/", None),
6161
"alembic": ("https://alembic.sqlalchemy.org/en/latest/", None),
62-
"click": ("https://click.palletsprojects.com/en/8.1.x/", None),
62+
"click": ("https://click.palletsprojects.com/en/latest/", None),
6363
"redis": ("https://redis.readthedocs.io/en/stable/", None),
64-
"picologging": ("https://microsoft.github.io/picologging", None),
64+
"picologging": ("https://microsoft.github.io/picologging/", None),
6565
"structlog": ("https://www.structlog.org/en/stable/", None),
6666
"tortoise": ("https://tortoise.github.io/", None),
67+
"piccolo": ("https://piccolo-orm.readthedocs.io/en/latest/", None),
6768
"opentelemetry": ("https://opentelemetry-python.readthedocs.io/en/latest/", None),
6869
"advanced-alchemy": ("https://docs.advanced-alchemy.litestar.dev/latest/", None),
6970
"jinja2": ("https://jinja.palletsprojects.com/en/latest/", None),

0 commit comments

Comments
 (0)