We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3912a5 commit 2070c33Copy full SHA for 2070c33
1 file changed
docs/conf.py
@@ -6,7 +6,7 @@
6
# -- Project information -----------------------------------------------------
7
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
9
-project = 'python-proxy-headers'
+project = 'Python Proxy Headers'
10
copyright = '2025, ProxyMesh'
11
author = 'ProxyMesh'
12
release = '0.1.0'
@@ -26,3 +26,16 @@
26
27
html_theme = 'alabaster'
28
html_static_path = ['_static']
29
+
30
+html_theme_options = {
31
+ #'github_user': 'proxymesh',
32
+ #'github_repo': 'python-proxy-headers',
33
+ #'github_button': True,
34
+ #'github_type': 'star',
35
+ #'github_banner': False,
36
+ 'extra_nav_links': {
37
+ 'GitHub': 'https://github.com/proxymesh/python-proxy-headers',
38
+ 'PyPI': 'https://pypi.org/project/python-proxy-headers/',
39
+ 'ProxyMesh': 'https://proxymesh.com',
40
+ },
41
+}
0 commit comments