diff --git a/doc/source/conf.py b/doc/source/conf.py index 27aa3d5a1..ab5025a4e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -99,7 +99,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = 'Volatility' +project = 'Volatility 3' copyright = '2012-2019, Volatility Foundation' # The version info for the project you're documenting, acts as replacement for @@ -109,7 +109,7 @@ copyright = '2012-2019, Volatility Foundation' # The full version, including alpha/beta/rc tags. release = constants.PACKAGE_VERSION # The short X.Y version. -version = ".".join(release.split('.')[0:1]) +version = ".".join(release.split('.')[0:2]) # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -256,7 +256,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'Volatility.tex', 'Volatility Documentation', 'Volatility Foundation', 'manual'), + ('index', 'Volatility.tex', 'Volatility 3 Documentation', 'Volatility Foundation', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -283,7 +283,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [('index', 'volatility', 'Volatility Documentation', ['Volatility Foundation'], 1)] +man_pages = [('index', 'volatility', 'Volatility 3 Documentation', ['Volatility Foundation'], 1)] # If true, show URL addresses after external links. # man_show_urls = False @@ -294,7 +294,7 @@ man_pages = [('index', 'volatility', 'Volatility Documentation', ['Volatility Fo # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'Volatility', 'Volatility Documentation', 'Volatility Foundation', 'Volatility', + ('index', 'Volatility', 'Volatility 3 Documentation', 'Volatility Foundation', 'Volatility', 'Memory forensics framework.', 'Miscellaneous'), ]