Skip to content

Commit

Permalink
Remove non ascii char for rtd
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Verna <cverna@tutanota.com>
  • Loading branch information
cverna committed Jan 3, 2018
1 parent 24e18ad commit a02d1da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Clément Verna's Notes documentation build configuration file, created by
# Clement Verna's Notes documentation build configuration file, created by
# sphinx-quickstart on Wed Jan 3 08:48:47 2018.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -46,9 +46,9 @@
master_doc = 'index'

# General information about the project.
project = 'Clément Verna\'s Notes'
copyright = '2018, Clément Verna'
author = 'Clément Verna'
project = 'Clement Verna\'s Notes'
copyright = '2018, Clement Verna'
author = 'Clement Verna'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -139,8 +139,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'ClementVernasNotes.tex', 'Clément Verna\'s Notes Documentation',
'Clément Verna', 'manual'),
(master_doc, 'ClementVernasNotes.tex', 'Clement Verna\'s Notes Documentation',
'Clement Verna', 'manual'),
]


Expand All @@ -149,7 +149,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'clementvernasnotes', 'Clément Verna\'s Notes Documentation',
(master_doc, 'clementvernasnotes', 'Clement Verna\'s Notes Documentation',
[author], 1)
]

Expand All @@ -160,7 +160,7 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'ClementVernasNotes', 'Clément Verna\'s Notes Documentation',
(master_doc, 'ClementVernasNotes', 'Clement Verna\'s Notes Documentation',
author, 'ClementVernasNotes', 'One line description of project.',
'Miscellaneous'),
]
Expand Down
4 changes: 2 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. Clément Verna's Notes documentation master file, created by
.. Clement Verna's Notes documentation master file, created by
sphinx-quickstart on Wed Jan 3 08:48:47 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Clément Verna's Notes
Clement Verna's Notes
=================================================

.. toctree::
Expand Down

0 comments on commit a02d1da

Please sign in to comment.