Skip to content

Commit

Permalink
remove unneeded RTD version selector
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes-intel committed Jan 15, 2025
1 parent 4ae6982 commit f3bff95
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
author = "Intel"

# The short X.Y version
version = os.environ.get('DOC_VERSION','')
version = os.environ.get("DOC_VERSION", "")
# The full version, including alpha/beta/rc tags
release = version

Expand Down Expand Up @@ -144,7 +144,6 @@

html_theme_options = {
"logo_only": False,
"version_selector": True,
"prev_next_buttons_location": "bottom",
"style_external_links": False,
"vcs_pageview_mode": "",
Expand All @@ -157,9 +156,11 @@

switcher_url = "/scikit-learn-intelex/versions.json"

html_context = {"current_version": version,
"project_name": "scikit-learn-intelex",
"switcher_url": switcher_url}
html_context = {
"current_version": version,
"project_name": "scikit-learn-intelex",
"switcher_url": switcher_url,
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit f3bff95

Please sign in to comment.