mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
Fix 'Edit on GitHub' link on docs (#1799)
Fixes #1797 [Relevant docs](https://docs.readthedocs.io/en/stable/guides/edit-source-links-sphinx.html#github).
This commit is contained in:
@@ -123,7 +123,8 @@ try:
|
||||
'display_github': True,
|
||||
'github_user': 'spec-first',
|
||||
'github_repo': 'connexion',
|
||||
'github_version': 'main/docs/',
|
||||
'github_version': 'main',
|
||||
'conf_py_path': '/docs/'
|
||||
}
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user