|
@@ -108,9 +108,9 @@ copyright = u'2008-2018, Mark J Crane'
|
|
# built documents.
|
|
# built documents.
|
|
#
|
|
#
|
|
# The short X.Y version.
|
|
# The short X.Y version.
|
|
-version = '4.4.1'
|
|
|
|
|
|
+version = '4.4.2'
|
|
# The full version, including alpha/beta/rc tags.
|
|
# The full version, including alpha/beta/rc tags.
|
|
-release = 'master'
|
|
|
|
|
|
+#release = '2018'
|
|
|
|
|
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
# for a list of supported languages.
|
|
# for a list of supported languages.
|
|
@@ -255,7 +255,7 @@ latex_elements = {
|
|
# author, documentclass [howto, manual, or own class]).
|
|
# author, documentclass [howto, manual, or own class]).
|
|
latex_documents = [
|
|
latex_documents = [
|
|
('index', 'FusionPBXDocs.tex', u'FusionPBX Documentation',
|
|
('index', 'FusionPBXDocs.tex', u'FusionPBX Documentation',
|
|
- u'Mark J Crane', 'manual'),
|
|
|
|
|
|
+ u'Mark J Crane & Len Graham', 'manual'),
|
|
]
|
|
]
|
|
|
|
|
|
# The name of an image file (relative to this directory) to place at the top of
|
|
# The name of an image file (relative to this directory) to place at the top of
|
|
@@ -285,7 +285,7 @@ latex_documents = [
|
|
# (source start file, name, description, authors, manual section).
|
|
# (source start file, name, description, authors, manual section).
|
|
man_pages = [
|
|
man_pages = [
|
|
('index', 'fusionpbxdocs', u'FusionPBX Documentation',
|
|
('index', 'fusionpbxdocs', u'FusionPBX Documentation',
|
|
- [u'Mark J Crane'], 1)
|
|
|
|
|
|
+ [u'Mark J Crane & Len Graham'], 1)
|
|
]
|
|
]
|
|
|
|
|
|
# If true, show URL addresses after external links.
|
|
# If true, show URL addresses after external links.
|
|
@@ -299,7 +299,7 @@ man_pages = [
|
|
# dir menu entry, description, category)
|
|
# dir menu entry, description, category)
|
|
texinfo_documents = [
|
|
texinfo_documents = [
|
|
('index', 'FusionPBXDocs', u'FusionPBX Documentation',
|
|
('index', 'FusionPBXDocs', u'FusionPBX Documentation',
|
|
- u'Mark J Crane', 'FusionPBXDocs', 'One line description of project.',
|
|
|
|
|
|
+ u'Mark J Crane & Len Graham', 'FusionPBXDocs', 'One line description of project.',
|
|
'Miscellaneous'),
|
|
'Miscellaneous'),
|
|
]
|
|
]
|
|
|
|
|