We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226afc2 commit e452337Copy full SHA for e452337
requirements.txt
@@ -1,4 +1,4 @@
1
-furo==2023.9.10
+furo==2024.8.6
2
sphinx==7.2.6
3
sphinx-autobuild==2021.3.14
4
sphinx-inline-tabs==2023.4.21
source/conf.py
@@ -62,6 +62,11 @@
62
html_title = "Python Packaging User Guide"
63
html_theme = "furo"
64
65
+html_theme_options = {
66
+ "source_edit_link": "https://github.com/pypa/packaging.python.org/edit/main/source/{filename}",
67
+ "source_view_link": "https://github.com/pypa/packaging.python.org/blob/main/source/{filename}?plain=true",
68
+}
69
+
70
html_favicon = "assets/py.png"
71
html_last_updated_fmt = ""
72
0 commit comments