# HG changeset patch
# User Christophe de Vienne <christophe@cdevienne.info>
# Date 1692023548 -7200
#      Mon Aug 14 16:32:28 2023 +0200
# Node ID bd0a628988009aa6e7616b44d054cbb591c51226
# Parent  836dcfba268beeaa511526a0faf67832a68c8654
Fix extlink definitions

diff --git a/source/conf.py b/source/conf.py
--- a/source/conf.py
+++ b/source/conf.py
@@ -64,9 +64,9 @@
 master_doc = "index"
 
 # General information about the project.
-project = u"Xbus"
-copyright = u"2020, Orus.io"
-author = u"Orus.io"
+project = "Xbus"
+copyright = "2020, Orus.io"
+author = "Orus.io"
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -124,7 +124,7 @@
 
 # -- Options for extlinks extention ---------------------------------------
 
-extlinks = {"issue": ("https://orus.io/xbus/xbus/issues/%s", "issue ")}
+extlinks = {"issue": ("https://orus.io/xbus/xbus/issues/%s", "issue %s")}
 
 
 # -- Options for HTML output ----------------------------------------------
@@ -241,9 +241,7 @@
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
-latex_documents = [
-    (master_doc, "Xbus.tex", u"Xbus Documentation", u"Orus.io", "manual")
-]
+latex_documents = [(master_doc, "Xbus.tex", "Xbus Documentation", "Orus.io", "manual")]
 
 # The name of an image file (relative to this directory) to place at the top of
 # the title page.
@@ -269,7 +267,7 @@
 
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
-man_pages = [(master_doc, "xbus", u"Xbus Documentation", [author], 1)]
+man_pages = [(master_doc, "xbus", "Xbus Documentation", [author], 1)]
 
 # If true, show URL addresses after external links.
 # man_show_urls = False
@@ -283,7 +281,7 @@
     (
         master_doc,
         "Xbus",
-        u"Xbus Documentation",
+        "Xbus Documentation",
         author,
         "Xbus",
         "One line description of project.",