aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Piper <[email protected]>2022-11-13 21:38:10 +0000
committerAndy Piper <[email protected]>2022-11-13 21:38:10 +0000
commite3a7b968852ff2ff2f1be4a7d928a725cc06c3ea (patch)
treef8ed9caa21a3141f21dd92824a84bae63662df3f
parent5215c2242dd7b87418a7c10781c2b10b35d86f46 (diff)
downloadmastodon.py-e3a7b968852ff2ff2f1be4a7d928a725cc06c3ea.tar.gz
Update version, date; fix Sphinx issues
-rw-r--r--docs/conf.py32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 14a3902..ac8858f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,7 +29,7 @@
29import os 29import os
30import sys 30import sys
31sys.path.insert(0, os.path.abspath('../')) 31sys.path.insert(0, os.path.abspath('../'))
32autodoc_member_order = 'by_source' 32autodoc_member_order = 'bysource'
33# print(sys.path) 33# print(sys.path)
34 34
35# Add any Sphinx extension module names here, as strings. They can be 35# Add any Sphinx extension module names here, as strings. They can be
@@ -58,7 +58,7 @@ master_doc = 'index'
58 58
59# General information about the project. 59# General information about the project.
60project = u'Mastodon.py' 60project = u'Mastodon.py'
61copyright = u'2016-2020, Lorenz Diener' 61copyright = u'2016-2022, Lorenz Diener'
62author = u'Lorenz Diener' 62author = u'Lorenz Diener'
63 63
64# The version info for the project you're documenting, acts as replacement for 64# The version info for the project you're documenting, acts as replacement for
@@ -68,14 +68,14 @@ author = u'Lorenz Diener'
68# The short X.Y version. 68# The short X.Y version.
69version = u'1.5' 69version = u'1.5'
70# The full version, including alpha/beta/rc tags. 70# The full version, including alpha/beta/rc tags.
71release = u'1.5.1' 71release = u'1.5.2'
72 72
73# The language for content autogenerated by Sphinx. Refer to documentation 73# The language for content autogenerated by Sphinx. Refer to documentation
74# for a list of supported languages. 74# for a list of supported languages.
75# 75#
76# This is also used if you do content translation via gettext catalogs. 76# This is also used if you do content translation via gettext catalogs.
77# Usually you set "language" from the command line for these cases. 77# Usually you set "language" from the command line for these cases.
78language = None 78# language = None
79 79
80# There are two options for replacing |today|: either, you set today to some 80# There are two options for replacing |today|: either, you set today to some
81# non-false value, then it is used: 81# non-false value, then it is used:
@@ -247,21 +247,21 @@ htmlhelp_basename = 'Mastodonpydoc'
247# -- Options for LaTeX output --------------------------------------------- 247# -- Options for LaTeX output ---------------------------------------------
248 248
249latex_elements = { 249latex_elements = {
250 # The paper size ('letterpaper' or 'a4paper'). 250 # The paper size ('letterpaper' or 'a4paper').
251 # 251 #
252 # 'papersize': 'letterpaper', 252 # 'papersize': 'letterpaper',
253 253
254 # The font size ('10pt', '11pt' or '12pt'). 254 # The font size ('10pt', '11pt' or '12pt').
255 # 255 #
256 # 'pointsize': '10pt', 256 # 'pointsize': '10pt',
257 257
258 # Additional stuff for the LaTeX preamble. 258 # Additional stuff for the LaTeX preamble.
259 # 259 #
260 # 'preamble': '', 260 # 'preamble': '',
261 261
262 # Latex figure (float) alignment 262 # Latex figure (float) alignment
263 # 263 #
264 # 'figure_align': 'htbp', 264 # 'figure_align': 'htbp',
265} 265}
266 266
267# Grouping the document tree into LaTeX files. List of tuples 267# Grouping the document tree into LaTeX files. List of tuples
Powered by cgit v1.2.3 (git 2.41.0)