mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
update docsite breadcrumbs from sphinx_rtd_theme (#57316)
* improve breadcrumbs * get edit on github working again
This commit is contained in:
committed by
Alicia Cozine
parent
96693600f9
commit
3136007032
@@ -135,7 +135,16 @@ html_short_title = 'Ansible Documentation'
|
||||
|
||||
html_theme_options = {
|
||||
'canonical_url': "https://docs.ansible.com/ansible/latest/",
|
||||
'collapse_navigation': "True"
|
||||
'collapse_navigation': "True",
|
||||
'vcs_pageview_mode': 'edit'
|
||||
}
|
||||
|
||||
html_context = {
|
||||
'display_github': 'True',
|
||||
'github_user': 'ansible',
|
||||
'github_repo': 'ansible',
|
||||
'github_version': 'devel/docs/docsite/rst/',
|
||||
'github_module_version': 'devel/lib/ansible/modules/'
|
||||
}
|
||||
|
||||
# The style sheet to use for HTML and HTML Help pages. A file of that name
|
||||
|
||||
Reference in New Issue
Block a user