From 697f7243a06c4444ff332fe78271690dfe30f16f Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Mon, 2 May 2022 22:41:39 -0700 Subject: [PATCH] Documentation nice-to-haves --- docs/changelog.md | 2 ++ docs/license.md | 2 ++ pyproject.toml | 1 + 3 files changed, 5 insertions(+) create mode 100644 docs/changelog.md create mode 100644 docs/license.md diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..8261b35 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,2 @@ +```{include} ../CHANGELOG.md +``` \ No newline at end of file diff --git a/docs/license.md b/docs/license.md new file mode 100644 index 0000000..6d90b6a --- /dev/null +++ b/docs/license.md @@ -0,0 +1,2 @@ +```{include} ../LICENSE.md +``` \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3c53b75..c77446d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ docs = [ stubs = ["pybind11-stubgen"] [project.urls] +Docs = "https://quicktex.readthedocs.io/en/" Source = "https://github.com/drewcassidy/quicktex" Changelog = "https://github.com/drewcassidy/quicktex/blob/main/CHANGELOG.md"