From 541b419bbdb906b21ca31ba83681b8534852049c Mon Sep 17 00:00:00 2001 From: apalala Date: Sun, 21 May 2017 13:49:57 -0400 Subject: [PATCH] 7ADC rubbish in Sphinx configuration --- docs/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1108d538..9d89a624 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# 7ADC TatSu documentation build configuration file, created by +# \u7ADC TatSu documentation build configuration file, created by # sphinx-quickstart on Mon May 1 18:01:31 2017. # # This file is execfile()d with the current directory set to its @@ -56,7 +56,7 @@ master_doc = 'index' # General information about the project. -project = '7ADC TatSu' +project = '\u7ADC TatSu' copyright = '2017 Juancarlo Añez' author = 'Juancarlo Añez' @@ -147,7 +147,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'tatsu.tex', '7ADC TatSu Documentation', + (master_doc, 'tatsu.tex', '\u7ADC TatSu Documentation', 'Juancarlo Añez', 'manual'), ] @@ -157,7 +157,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, '7ADC TatSu', '7ADC TatSu Documentation', + (master_doc, '\u7ADC TatSu', '\u7ADC TatSu Documentation', [author], 1) ] @@ -168,8 +168,8 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, '7ADC TatSu', '7ADC TatSu Documentation', - author, '7ADC TatSu', 'One line description of project.', + (master_doc, '\u7ADC TatSu', '\u7ADC TatSu Documentation', + author, '\u7ADC TatSu', 'One line description of project.', 'Miscellaneous'), ]