# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
-extensions = [
- 'sphinx.ext.mathjax',
-]
+extensions = []
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# built documents.
#
# The short X.Y version.
-version = ''
+version = '1.0'
# The full version, including alpha/beta/rc tags.
-release = ''
+release = '1.0a'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# dir menu entry, description, category)
texinfo_documents = [
('index', 'LinPy', 'LinPy Documentation',
- 'MINES ParisTech', 'LinPy', 'One line description of project.',
+ 'MINES ParisTech', 'LinPy', 'A polyheral library based on ISL.',
'Miscellaneous'),
]