We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb134f commit dfbaa27Copy full SHA for dfbaa27
docs/changelog-fragments.d/817.packaging.rst
@@ -0,0 +1,3 @@
1
+Fixes the missing source_url warning raised by jaraco.packaging.sphinx during docs build.
2
+
3
+-- by :user:`julianz-`
pyproject.toml
@@ -61,6 +61,7 @@ email = "team@cherrypy.dev"
61
62
[project.urls]
63
Homepage = "https://cheroot.cherrypy.dev"
64
+"Source" = "https://github.com/cherrypy/cheroot"
65
"Chat: Matrix" = "https://matrix.to/#/#cherrypy-space:matrix.org"
66
"CI: GitHub" = "https://github.com/cherrypy/cheroot/actions"
67
"Docs: RTD" = "https://cheroot.cherrypy.dev"
0 commit comments