Update version, date; fix Sphinx issues
This commit is contained in:
parent
5215c2242d
commit
e3a7b96885
@ -29,7 +29,7 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath('../'))
|
sys.path.insert(0, os.path.abspath('../'))
|
||||||
autodoc_member_order = 'by_source'
|
autodoc_member_order = 'bysource'
|
||||||
# print(sys.path)
|
# print(sys.path)
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
@ -58,7 +58,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Mastodon.py'
|
project = u'Mastodon.py'
|
||||||
copyright = u'2016-2020, Lorenz Diener'
|
copyright = u'2016-2022, Lorenz Diener'
|
||||||
author = u'Lorenz Diener'
|
author = u'Lorenz Diener'
|
||||||
|
|
||||||
# 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
|
||||||
@ -68,14 +68,14 @@ author = u'Lorenz Diener'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'1.5'
|
version = u'1.5'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = u'1.5.1'
|
release = u'1.5.2'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = None
|
# language = None
|
||||||
|
|
||||||
# There are two options for replacing |today|: either, you set today to some
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user