summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorLaura Ekstrand <laura@jlekstrand.net>2018-06-06 14:43:35 -0700
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:01 +0000
commit21adb67048de1a62775f3859252746268d7c7cd8 (patch)
tree3fb0f28008fcacdbe9e0633981caf7049c06881a /docs/conf.py
parent54e38882a12862f07173f7e78b40eaa62e509504 (diff)
docs: Remove version.
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8833dde9e15..e9d84b265c0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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,