From 1c86b09ca0d04fac6948d195d35ebecd6051b8bb Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Wed, 21 Jun 2023 15:31:47 -0700 Subject: [PATCH] Fix docs link --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7d9c23..775e94b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ docs = [ stubs = ["pybind11-stubgen"] [project.urls] -Docs = "https://quicktex.readthedocs.io/en/" +Docs = "https://quicktex.readthedocs.io/en/latest/" Source = "https://github.com/drewcassidy/quicktex" Changelog = "https://github.com/drewcassidy/quicktex/blob/main/CHANGELOG.md"