We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a033f9 commit 591c70bCopy full SHA for 591c70b
1 file changed
pyproject.toml
@@ -27,7 +27,6 @@ dependencies = [
27
"pyyaml",
28
]
29
30
-
31
license = { file = "LICENSE" }
32
# TODO: Add email of the maintainer
33
maintainers = [
@@ -81,3 +80,7 @@ test = [
81
80
82
[project.entry-points]
83
"sphinx.html_themes" = { sphinx_book_theme = "sphinx_book_theme" }
+
84
+[project.urls]
85
+Repository = "https://github.com/executablebooks/sphinx-book-theme"
86
+Documentation = "https://sphinx-book-theme.readthedocs.io/"
0 commit comments