Documentation nice-to-haves

This commit is contained in:
Andrew Cassidy 2022-05-02 22:41:39 -07:00
parent 22e1455ceb
commit 697f7243a0
3 changed files with 5 additions and 0 deletions

2
docs/changelog.md Normal file
View File

@ -0,0 +1,2 @@
```{include} ../CHANGELOG.md
```

2
docs/license.md Normal file
View File

@ -0,0 +1,2 @@
```{include} ../LICENSE.md
```

View File

@ -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"