From 8ccd8840c32348c4e430c8b3cc9e7e788b0d55c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Thu, 15 Jul 2021 16:49:47 -0300 Subject: [PATCH] fix html title --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 15c34f925ac..0b9216da0b5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -199,7 +199,7 @@ # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = "" # "{0} v{1}".format(project, release) +html_title = "{0}".format(project) # "{0} v{1}".format(project, release) # Output file base name for HTML help builder. htmlhelp_basename = project + "doc"