File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171html_theme_options = {
7272 "sidebar_hide_name" : False ,
7373 "navigation_with_keys" : True ,
74- "source_repository" : "https://github.com/crispthinking/athena-protobufs /" ,
74+ "source_repository" : "https://github.com/crispthinking/athena-nodejs-client /" ,
7575 "source_branch" : "main" ,
7676 "source_directory" : "docs/" ,
7777 "light_css_variables" : {
111111html_context = {
112112 "display_github" : True ,
113113 "github_user" : "crispthinking" ,
114- "github_repo" : "athena-protobufs " ,
114+ "github_repo" : "athena-nodejs-client " ,
115115 "github_version" : "main" ,
116116 "conf_py_path" : "/docs/" ,
117117}
166166todo_include_todos = True
167167
168168# Output file name
169- htmlhelp_basename = "AthenaProtobufsdoc "
169+ htmlhelp_basename = "AthenaNodeClientdoc "
170170
171171# -- TypeScript Sphinx Configuration ----------------------------------------
172172
186186
187187# Whether to include inherited members in class documentation
188188sphinx_ts_include_inherited = True
189+
190+ # Source linking configuration
191+ sphinx_ts_show_source_links = True
192+ sphinx_ts_source_base_url = "https://github.com/crispthinking/athena-nodejs-client/"
193+ sphinx_ts_source_branch = "master"
You can’t perform that action at this time.
0 commit comments