This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/arrow-flight-sql-postgresql.git
The following commit(s) were added to refs/heads/main by this push:
new 13258fd Fix "Edit on GitHub" URL (#137)
13258fd is described below
commit 13258fde1846aac31a1a3b8b1802c50812a81bb7
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Sep 15 11:13:06 2023 +0900
Fix "Edit on GitHub" URL (#137)
Closes GH-134
---
doc/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1985c44..8bc7247 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -101,6 +101,6 @@ html_context = {
'github_user': 'apache',
'github_repo': 'arrow-flight-sql-postgresql',
'github_version': 'main',
- 'doc_path': 'docs/source',
+ 'doc_path': 'doc/source',
}
html_static_path = ['_static']