replase display_version with two other options

This commit is contained in:
Jon Rafkind
2024-10-25 22:40:45 +00:00
committed by Paul Robinson
parent bcc7d256a6
commit c2dee2a538

View File

@ -121,7 +121,8 @@ html_theme = "sphinx_rtd_theme"
# documentation. # documentation.
html_theme_options = { html_theme_options = {
"logo_only": True, "logo_only": True,
"display_version": False, "version_selector": False,
"language_selector": False,
} }
# Add any paths that contain custom themes here, relative to this directory. # Add any paths that contain custom themes here, relative to this directory.