From fbba6fa4fcb639a49f1445f54ca88ba99d4a8fe8 Mon Sep 17 00:00:00 2001 From: Clement Chabert Date: Wed, 19 Jul 2017 16:18:47 +0200 Subject: [PATCH] Fix the version in the title for the latest version --- toc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toc/source/conf.py b/toc/source/conf.py index ae62431..d7d2332 100644 --- a/toc/source/conf.py +++ b/toc/source/conf.py @@ -129,7 +129,7 @@ # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = "UForge Docs latest documentation" # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None