docs: Remove version.
authorLaura Ekstrand <laura@jlekstrand.net>
Wed, 6 Jun 2018 21:43:35 +0000 (14:43 -0700)
committerMarge Bot <eric+marge@anholt.net>
Sat, 13 Jun 2020 10:42:01 +0000 (10:42 +0000)
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>

docs/conf.py

index 8833dde9e15faeb19c4d972c1b64905b2946b59f..e9d84b265c059e99b8891e09b488887384eaf13f 100644 (file)
@@ -99,7 +99,9 @@ html_theme = 'sphinx_rtd_theme'
 # further.  For a list of options available for each theme, see the
 # documentation.
 #
-# html_theme_options = {}
+html_theme_options = {
+  'display_version': False,
+}
 
 # 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,