[Doc] Add "Suggest edit" button to doc pages (#5789)

This commit is contained in:
Michael Goin 2024-06-24 13:26:17 -04:00 committed by GitHub
parent c246212952
commit e72dc6cb35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ html_theme_options = {
'path_to_docs': 'docs/source',
'repository_url': 'https://github.com/vllm-project/vllm',
'use_repository_button': True,
'use_edit_page_button': True,
}
# Add any paths that contain custom static files (such as style sheets) here,