aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Wichser <blast007@users.sourceforge.net>2019-01-23 22:38:51 +0000
committerScott Wichser <blast007@users.sourceforge.net>2019-01-23 22:38:51 +0000
commitd85f5f6e634b80416e0cee1c80377978c6f9f6c1 (patch)
treef19e0e6ac524f31b941c7ad30b2347cb8deba532 /docs
parentb431c5476514784f97985419323cf4bec9a61500 (diff)
downloadsupybot_github-d85f5f6e634b80416e0cee1c80377978c6f9f6c1.tar.gz
supybot_github-d85f5f6e634b80416e0cee1c80377978c6f9f6c1.tar.bz2
supybot_github-d85f5f6e634b80416e0cee1c80377978c6f9f6c1.zip
Through the use of 2to3 and some manual fixes, the plugin loads successfully on Python 3.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f588265..01a03de 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,8 +43,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'supybot-github'
-copyright = u'2016, kongr45gpen'
+project = 'supybot-github'
+copyright = '2016, kongr45gpen'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -196,8 +196,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'supybot-github.tex', u'supybot-github Documentation',
- u'kongr45gpen', 'manual'),
+ ('index', 'supybot-github.tex', 'supybot-github Documentation',
+ 'kongr45gpen', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -226,8 +226,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'supybot-github', u'supybot-github Documentation',
- [u'kongr45gpen'], 1)
+ ('index', 'supybot-github', 'supybot-github Documentation',
+ ['kongr45gpen'], 1)
]
# If true, show URL addresses after external links.
@@ -240,8 +240,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'supybot-github', u'supybot-github Documentation',
- u'kongr45gpen', 'supybot-github', 'Limnoria plugin for Github webhooks',
+ ('index', 'supybot-github', 'supybot-github Documentation',
+ 'kongr45gpen', 'supybot-github', 'Limnoria plugin for Github webhooks',
'Miscellaneous'),
]

© 2014-2024 Faster IT GmbH | imprint | privacy policy