Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
html_theme_options = {
"sidebar_hide_name": False,
"navigation_with_keys": True,
"source_repository": "https://github.com/crispthinking/athena-protobufs/",
"source_repository": "https://github.com/crispthinking/athena-nodejs-client/",
"source_branch": "main",
"source_directory": "docs/",
"light_css_variables": {
Expand Down Expand Up @@ -111,7 +111,7 @@
html_context = {
"display_github": True,
"github_user": "crispthinking",
"github_repo": "athena-protobufs",
"github_repo": "athena-nodejs-client",
"github_version": "main",
"conf_py_path": "/docs/",
}
Expand Down Expand Up @@ -166,7 +166,7 @@
todo_include_todos = True

# Output file name
htmlhelp_basename = "AthenaProtobufsdoc"
htmlhelp_basename = "AthenaNodeClientdoc"

# -- TypeScript Sphinx Configuration ----------------------------------------

Expand All @@ -186,3 +186,8 @@

# Whether to include inherited members in class documentation
sphinx_ts_include_inherited = True

# Source linking configuration
sphinx_ts_show_source_links = True
sphinx_ts_source_base_url = "https://github.com/crispthinking/athena-nodejs-client/"
sphinx_ts_source_branch = "main"