mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Remove unicode, readthedocs.io doesn't swallow that
This commit is contained in:
parent
9a6bc49a28
commit
36e5d7edd8
1 changed files with 3 additions and 3 deletions
|
@ -47,8 +47,8 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'Monero Python module'
|
project = 'Monero Python module'
|
||||||
copyright = '2018, Michał Sałaban'
|
copyright = '2018, Michal Salaban'
|
||||||
author = 'Michał Sałaban'
|
author = 'Michal Salaban'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
@ -140,7 +140,7 @@ latex_elements = {
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'MoneroPythonmodule.tex', 'Monero Python module Documentation',
|
(master_doc, 'MoneroPythonmodule.tex', 'Monero Python module Documentation',
|
||||||
'Michał Sałaban', 'manual'),
|
'Michal Salaban', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue