|
1 | 1 | # -*- coding: utf-8 -*-
|
2 | 2 | #
|
3 | 3 | # PSLab documentation build configuration file, created by
|
4 |
| -# sphinx-quickstart |
| 4 | +# sphinx-quickstart |
5 | 5 | #
|
6 | 6 | # This file is execfile()d with the current directory set to its
|
7 | 7 | # containing dir.
|
|
35 | 35 | 'sphinx.ext.todo',
|
36 | 36 | 'sphinx.ext.viewcode',
|
37 | 37 | 'sphinx.ext.mathjax',
|
| 38 | + 'sphinx.ext.napoleon', |
38 | 39 | ]
|
39 | 40 |
|
40 | 41 | mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js'
|
|
55 | 56 |
|
56 | 57 | # General information about the project.
|
57 | 58 | project = u'FOSSASIA PSLab'
|
58 |
| -copyright = u'2016, Praveen Patil, Jithin BP' |
59 |
| -author = u' Praveen Patil, Jithin BP' |
| 59 | +copyright = u'2021, FOSSASIA' |
| 60 | +author = u'FOSSASIA Developers' |
60 | 61 |
|
61 | 62 | # The version info for the project you're documenting, acts as replacement for
|
62 | 63 | # |version| and |release|, also used in various other places throughout the
|
63 | 64 | # built documents.
|
64 | 65 | #
|
65 | 66 | # The short X.Y version.
|
66 |
| -version = u'1.0' |
| 67 | +version = u'2.0' |
67 | 68 | # The full version, including alpha/beta/rc tags.
|
68 |
| -release = u'1.0.5' |
| 69 | +release = u'2.0.0' |
69 | 70 |
|
70 | 71 | # The language for content autogenerated by Sphinx. Refer to documentation
|
71 | 72 | # for a list of supported languages.
|
|
146 | 147 | # Add any paths that contain custom static files (such as style sheets) here,
|
147 | 148 | # relative to this directory. They are copied after the builtin static files,
|
148 | 149 | # so a file named "default.css" will overwrite the builtin "default.css".
|
149 |
| -html_static_path = ['_static'] |
| 150 | +# html_static_path = ['_static'] |
150 | 151 |
|
151 | 152 | # Add any extra paths that contain custom files (such as robots.txt or
|
152 | 153 | # .htaccess) here, relative to this directory. These files are copied
|
|
209 | 210 | # html_search_scorer = 'scorer.js'
|
210 | 211 |
|
211 | 212 | # Output file base name for HTML help builder.
|
212 |
| -htmlhelp_basename = 'SEELdoc' |
| 213 | +htmlhelp_basename = 'pslab-python-doc' |
213 | 214 |
|
214 | 215 | # -- Options for LaTeX output ---------------------------------------------
|
215 | 216 |
|
|
231 | 232 | # (source start file, target name, title,
|
232 | 233 | # author, documentclass [howto, manual, or own class]).
|
233 | 234 | latex_documents = [
|
234 |
| - (master_doc, 'PSL.tex', u'PSL Documentation', |
235 |
| - u'Praveen Patil, Jithin BP', 'manual'), |
| 235 | + (master_doc, 'pslab-python.tex', u'pslab-python Documentation', |
| 236 | + u'FOSSASIA Developers', 'manual'), |
236 | 237 | ]
|
237 | 238 |
|
238 | 239 | # The name of an image file (relative to this directory) to place at the top of
|
|
261 | 262 | # One entry per manual page. List of tuples
|
262 | 263 | # (source start file, name, description, authors, manual section).
|
263 | 264 | man_pages = [
|
264 |
| - (master_doc, 'psl', u'PSL Documentation', |
| 265 | + (master_doc, 'pslab-python', u'pslab-python Documentation', |
265 | 266 | [author], 1)
|
266 | 267 | ]
|
267 | 268 |
|
|
275 | 276 | # (source start file, target name, title, author,
|
276 | 277 | # dir menu entry, description, category)
|
277 | 278 | texinfo_documents = [
|
278 |
| - (master_doc, 'PSL', u'PSL Documentation', |
279 |
| - author, 'PSL', 'One line description of project.', |
| 279 | + (master_doc, 'pslab-python', u'pslab-python Documentation', |
| 280 | + author, 'pslab-python', 'One line description of project.', |
280 | 281 | 'Miscellaneous'),
|
281 | 282 | ]
|
282 | 283 |
|
|
0 commit comments