diff options
-rw-r--r-- | docs/conf.py | 32 |
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 @@ | |||
29 | import os | 29 | import os |
30 | import sys | 30 | import sys |
31 | sys.path.insert(0, os.path.abspath('../')) | 31 | sys.path.insert(0, os.path.abspath('../')) |
32 | autodoc_member_order = 'by_source' | 32 | autodoc_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. |
60 | project = u'Mastodon.py' | 60 | project = u'Mastodon.py' |
61 | copyright = u'2016-2020, Lorenz Diener' | 61 | copyright = u'2016-2022, Lorenz Diener' |
62 | author = u'Lorenz Diener' | 62 | author = 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. |
69 | version = u'1.5' | 69 | version = u'1.5' |
70 | # The full version, including alpha/beta/rc tags. | 70 | # The full version, including alpha/beta/rc tags. |
71 | release = u'1.5.1' | 71 | release = 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. |
78 | language = 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 | ||
249 | latex_elements = { | 249 | latex_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 |