Skip to content

Commit 14ced29

Browse files
committed
Fix 'Edit on GitHub' link on docs
1 parent 70084bc commit 14ced29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
'display_github': True,
124124
'github_user': 'spec-first',
125125
'github_repo': 'connexion',
126-
'github_version': 'main/docs/',
126+
'github_version': 'main',
127+
'conf_py_path': '/docs/'
127128
}
128129
except:
129130
pass

0 commit comments

Comments
 (0)