mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Ensure the documentation versioning is consistent too.
This commit is contained in:
+5
-5
@@ -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'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user