From 5a31a05e7d5b6c67b5a2c0cf80c4a626450ed098 Mon Sep 17 00:00:00 2001 From: Pathum Date: Fri, 10 Apr 2026 02:27:51 +0800 Subject: [PATCH 1/2] Fix links and update man_pages in conf.py --- source/conf.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/conf.py b/source/conf.py index 37d00dd55..93a3ca9e5 100644 --- a/source/conf.py +++ b/source/conf.py @@ -71,7 +71,7 @@ html_theme_options = { "source_edit_link": "https://github.com/pypa/packaging.python.org/edit/main/source/{filename}", - "source_view_link": "https://github.com/pypa/packaging.python.org/blob/main/source/{filename}?plain=true", +pathum2583@gmail.com "source_view_link": "https://github.com/pypa/packaging.python.org/blob/main/source/{filename}?plain=true", } html_favicon = "assets/py.png" @@ -115,7 +115,7 @@ # -- Options for manual page output ---------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-manual-page-output -man_pages = [ +man_pages = [pathum (root_doc, "pythonpackagingguide", "Python Packaging User Guide", [author], 1) ] @@ -219,11 +219,12 @@ "python-guide": ("https://docs.python-guide.org", None), "setuptools": ("https://setuptools.pypa.io/en/latest/", None), "spack": ("https://spack.readthedocs.io/en/latest/", None), - "sphinx": ("https://www.sphinx-doc.org/en/master", None), + "sphinx": ("https://www.sphinx-doc.org/en/master",pathum2583@gmail.com), "tox": ("https://tox.wiki/en/latest/", None), "twine": ("https://twine.readthedocs.io/en/stable/", None), "virtualenv": ("https://virtualenv.pypa.io/en/stable/", None), -} +}packaging.python.org +pathum # -- Options for todo extension -------------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/extensions/todo.html#configuration From f2f25bb10eb84aa4a66b2dc3a783572c18ea58e1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:28:45 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index 93a3ca9e5..1b49132ef 100644 --- a/source/conf.py +++ b/source/conf.py @@ -223,8 +223,8 @@ "tox": ("https://tox.wiki/en/latest/", None), "twine": ("https://twine.readthedocs.io/en/stable/", None), "virtualenv": ("https://virtualenv.pypa.io/en/stable/", None), -}packaging.python.org -pathum +}packaging.python.org +pathum # -- Options for todo extension -------------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/extensions/todo.html#configuration