From 19c4b796643a36d20f870c7b132bd8d6a54bfe04 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 10 Oct 2018 14:18:08 -0400 Subject: [PATCH] [Doc] conf.py - do not display version number --- Doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/source/conf.py b/Doc/source/conf.py index 42bd99d49..df4cd2664 100644 --- a/Doc/source/conf.py +++ b/Doc/source/conf.py @@ -90,7 +90,7 @@ 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,