From d85f5f6e634b80416e0cee1c80377978c6f9f6c1 Mon Sep 17 00:00:00 2001 From: Scott Wichser Date: Wed, 23 Jan 2019 22:38:51 +0000 Subject: Through the use of 2to3 and some manual fixes, the plugin loads successfully on Python 3. --- docs/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs') 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'), ] -- cgit v1.2.3