|
37 | 37 | extensions = [
|
38 | 38 | 'sphinx.ext.autodoc',
|
39 | 39 | 'sphinx.ext.viewcode',
|
| 40 | + 'sphinx_rtd_theme', |
40 | 41 | ]
|
41 | 42 |
|
42 | 43 | # Add any paths that contain templates here, relative to this directory.
|
|
53 | 54 |
|
54 | 55 | # General information about the project.
|
55 | 56 | project = u'senaite.jsonapi'
|
56 |
| -copyright = u'2017-2020, Riding Bytes & Naralabs' |
| 57 | +copyright = u'2017-2025, Riding Bytes & Naralabs' |
57 | 58 |
|
58 | 59 | # The version info for the project you're documenting, acts as replacement for
|
59 | 60 | # |version| and |release|, also used in various other places throughout the
|
60 | 61 | # built documents.
|
61 | 62 | #
|
62 | 63 | # The short X.Y version.
|
63 |
| -version = '1.2.3' |
| 64 | +version = '2.6.0' |
64 | 65 | # The full version, including alpha/beta/rc tags.
|
65 |
| -release = '1.2.3' |
| 66 | +release = '2.6.0' |
66 | 67 |
|
67 | 68 | # The language for content autogenerated by Sphinx. Refer to documentation
|
68 | 69 | # for a list of supported languages.
|
|
107 | 108 |
|
108 | 109 | # The theme to use for HTML and HTML Help pages. See the documentation for
|
109 | 110 | # a list of builtin themes.
|
110 |
| -html_theme = 'default' |
| 111 | +html_theme = 'sphinx_rtd_theme' |
111 | 112 |
|
112 | 113 | # Theme options are theme-specific and customize the look and feel of a theme
|
113 | 114 | # further. For a list of options available for each theme, see the
|
|
250 | 251 | # dir menu entry, description, category)
|
251 | 252 | texinfo_documents = [
|
252 | 253 | ('index', 'senaitejsonapi', u'senaite.jsonapi Documentation',
|
253 |
| - u'Riding Bytes & Naralabs', 'senaitejsonapi', 'One line description of project.', |
| 254 | + u'Riding Bytes & Naralabs', 'senaitejsonapi', |
| 255 | + 'A RESTful JSON API for SENAITE LIMS', |
254 | 256 | 'Miscellaneous'),
|
255 | 257 | ]
|
256 | 258 |
|
|
0 commit comments