Skip to content

Commit

Permalink
remove accents
Browse files Browse the repository at this point in the history
  • Loading branch information
luisza committed Sep 9, 2015
1 parent 5d7ebe1 commit dbacef9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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 -*-
#
# Académica documentation build configuration file, created by
# Academica documentation build configuration file, created by
# sphinx-quickstart on Wed Sep 9 13:50:01 2015.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -41,14 +41,14 @@
source_suffix = '.rst'

# The encoding of source files.
source_encoding = 'utf-8-sig'
source_encoding = 'utf-8'

# The master toctree document.
master_doc = 'index'

# General information about the project.
project = 'Académica'
copyright = '2015, Luis Zárate, Solvo'
project = 'Academica'
copyright = '2015, Luis Zarate, Solvo'
author = 'Luis Zárate, Solvo'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -223,8 +223,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Acadmica.tex', 'Académica Documentation',
'Luis Zárate, Solvo', 'manual'),
(master_doc, 'Acadmica.tex', 'Academica Documentation',
'Luis Zarate, Solvo', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -253,7 +253,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'acadmica', 'Académica Documentation',
(master_doc, 'acadmica', 'Academica Documentation',
[author], 1)
]

Expand All @@ -267,8 +267,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'Acadmica', 'Académica Documentation',
author, 'Acadmica', 'One line description of project.',
(master_doc, 'Academica', 'Academica Documentation',
author, 'Academica', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit dbacef9

Please sign in to comment.