Fix path for Edit URLs

This commit is contained in:
Anatoli Babenia
2024-12-04 13:44:42 +03:00
committed by GitHub
parent ccf9fdaa79
commit 4e263b38aa

View File

@@ -263,7 +263,7 @@ To generate dynamic URLs, there exists a set of other options.
# 'github_host': 'github.com',
'github_user': 'readthedocs',
'github_repo': 'sphinx_rtd_theme',
'github_version': 'master/'
'github_version': 'master/docs/'
}