diff --git a/mkdocs/pyproject.toml b/mkdocs/pyproject.toml index 7f31636..774a91c 100644 --- a/mkdocs/pyproject.toml +++ b/mkdocs/pyproject.toml @@ -4,5 +4,13 @@ version = "" authors = [ {name = "Todd Parsons", email = "todd.e.parsons@gmail.com"} ] +description = "Implementation of the Torillic theme for mkdocs. Convert your markdown TTRPG notes into beautiful HTML!" + +[project.urls] +Homepage = "https://TEParsons.github.io/torillic" +Download = "https://github.com/TEParsons/torillic/torillic/" + +description = + [project.entry-points."mkdocs.themes"] torillic = "torillic" \ No newline at end of file diff --git a/sphinx/pyproject.toml b/sphinx/pyproject.toml index 6061766..925269c 100644 --- a/sphinx/pyproject.toml +++ b/sphinx/pyproject.toml @@ -4,6 +4,11 @@ version = "" authors = [ {name = "Todd Parsons", email = "todd.e.parsons@gmail.com"} ] +description = "Implementation of the Torillic theme for sphinx. Convert your markdown TTRPG notes into beautiful HTML!" + +[project.urls] +Homepage = "https://TEParsons.github.io/torillic" +Download = "https://github.com/TEParsons/torillic/torillic/" [project.entry-points."sphinx.html_themes"] torillic = "torillic"