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
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
version = globus_sdk.__version__
# The full version, including alpha/beta/rc tags.
release = version
major_version = version.partition(".")[0]

issues_github_path = "globus/globus-sdk-python"

Expand All @@ -56,7 +57,7 @@
# HTML Theme Options
html_show_sourcelink = True
html_theme = "furo"
html_title = "globus-sdk v3"
html_title = f"globus-sdk v{major_version}"
html_theme_options = {
"light_css_variables": {
"color-brand-primary": "#27518F",
Expand Down
Loading