Skip to content

Commit a23c181

Browse files
committed
Updated config file
1 parent 5ded5a7 commit a23c181

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

docs/conf.py

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# -- General configuration ------------------------------------------------
1919
project = 'pygorithm'
20-
version = '0.1.dev3'
20+
version = release = '0.1.dev3'
2121

2222
# Add any Sphinx extension module names here, as strings. They can be
2323
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -41,3 +41,29 @@
4141

4242
# The master toctree document.
4343
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

Comments
 (0)