From 891d3027e7290972f209f06abf3b27e1d3d0bb57 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 3 Aug 2018 15:52:56 +0200 Subject: [PATCH] Fix name of project in doc config --- doc/conf.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 8fef733..97ef19d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -128,10 +128,10 @@ html_theme = 'classic' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = "libi2ncommon documentation" +html_title = "pyi2ncommon documentation" # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = "libi2ncommon docs" +html_short_title = "pyi2ncommon docs" # The name of an image file (relative to this directory) to place at the top # of the sidebar. -- 1.7.1