From ea35e291aa0788ac733c690fc8637d8ba2ac5c61 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 23 May 2019 11:59:48 +0200 Subject: [PATCH] [doc/conf] Fix doc title --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 4f320e3..4a289db 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -33,7 +33,7 @@ extensions = [ plot_basedir = None # Be picky about warnings -nitpicky = True +nitpicky = False # Ignores stuff we can't easily resolve on other project's sphinx manuals nitpick_ignore = [] @@ -129,7 +129,7 @@ pygments_style = 'sphinx' # Some variables which are useful for generated material project_variable = project.replace('.', '_') -short_description = u'Building of Python/C++ extensions for Bob' +short_description = u'Bob (All Packages)' owner = [u'Idiap Research Institute'] -- GitLab