Skip to content

Commit

Permalink
7ADC rubbish in Sphinx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed May 21, 2017
1 parent 0c4cce0 commit 541b419
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down Expand Up @@ -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'),
]

Expand All @@ -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)
]

Expand All @@ -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'),
]

Expand Down

0 comments on commit 541b419

Please sign in to comment.