Skip to content

Commit 06e5faa

Browse files
committed
Use correct authors in all Sphinx output formats.
Some of the Sphinx configuration still references the Flask-RESTPlus author Axel Hausant. This commit changes this to be consistent with the forked project. Signed-off-by: Ben Steadman <steadmanben1@gmail.com>
1 parent 4193577 commit 06e5faa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# General information about the project.
5454
project = u"Flask-RESTX"
55-
copyright = u"2014, Axel Haustant"
55+
copyright = u"2020, python-restx Authors"
5656

5757
# The version info for the project you're documenting, acts as replacement for
5858
# |version| and |release|, also used in various other places throughout the
@@ -263,7 +263,7 @@
263263
"index",
264264
"Flask-RESTX.tex",
265265
u"Flask-RESTX Documentation",
266-
u"Axel Haustant",
266+
u"python-restx Authors",
267267
"manual",
268268
),
269269
]
@@ -294,7 +294,7 @@
294294
# One entry per manual page. List of tuples
295295
# (source start file, name, description, authors, manual section).
296296
man_pages = [
297-
("index", "flask-restx", u"Flask-RESTX Documentation", [u"Axel Haustant"], 1)
297+
("index", "flask-restx", u"Flask-RESTX Documentation", [u"python-restx Authors"], 1)
298298
]
299299

300300
# If true, show URL addresses after external links.
@@ -311,7 +311,7 @@
311311
"index",
312312
"Flask-RESTX",
313313
u"Flask-RESTX Documentation",
314-
u"Axel Haustant",
314+
u"python-restx Authors",
315315
"Flask-RESTX",
316316
"One line description of project.",
317317
"Miscellaneous",

0 commit comments

Comments
 (0)