Skip to content

Commit 2070c33

Browse files
committed
extra nav links
1 parent f3912a5 commit 2070c33

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'python-proxy-headers'
9+
project = 'Python Proxy Headers'
1010
copyright = '2025, ProxyMesh'
1111
author = 'ProxyMesh'
1212
release = '0.1.0'
@@ -26,3 +26,16 @@
2626

2727
html_theme = 'alabaster'
2828
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

Comments
 (0)