From b244d809089eb584ce3e9661d619ed5564ca4103 Mon Sep 17 00:00:00 2001 From: Robbe Sneyders Date: Thu, 9 Nov 2023 10:05:31 +0100 Subject: [PATCH] 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). --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9f1a92dab..9fff96673 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,7 +123,8 @@ 'display_github': True, 'github_user': 'spec-first', 'github_repo': 'connexion', - 'github_version': 'main/docs/', + 'github_version': 'main', + 'conf_py_path': '/docs/' } except: pass