|
17 | 17 |
|
18 | 18 | # -- General configuration ------------------------------------------------ |
19 | 19 | project = 'pygorithm' |
20 | | -version = '0.1.dev3' |
| 20 | +version = release = '0.1.dev3' |
21 | 21 |
|
22 | 22 | # Add any Sphinx extension module names here, as strings. They can be |
23 | 23 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
|
41 | 41 |
|
42 | 42 | # The master toctree document. |
43 | 43 | master_doc = 'index' |
| 44 | + |
| 45 | +latex_documents = [ |
| 46 | + ('index', 'pygorithm.tex', u"Pygorithm", |
| 47 | + u'Omkar Pathak', 'manual'), |
| 48 | +] |
| 49 | + |
| 50 | + |
| 51 | +# -- Options for manual page output -------------------------------------------- |
| 52 | + |
| 53 | +# One entry per manual page. List of tuples |
| 54 | +# (source start file, name, description, authors, manual section). |
| 55 | +man_pages = [ |
| 56 | + ('index', 'pygorithm', u"Pygorithm", |
| 57 | + [u'Omkar Pathak'], 1) |
| 58 | +] |
| 59 | + |
| 60 | +# -- Options for Texinfo output ------------------------------------------------ |
| 61 | + |
| 62 | +# Grouping the document tree into Texinfo files. List of tuples |
| 63 | +# (source start file, target name, title, author, |
| 64 | +# dir menu entry, description, category) |
| 65 | +texinfo_documents = [ |
| 66 | + ('index', 'pygorithm', u'Pygorithm documentation', |
| 67 | + u'Omkar Pathak', 'pygorithm documentation', 'One line description of project.', |
| 68 | + 'Miscellaneous'), |
| 69 | +] |
0 commit comments