Update documents and copyrights

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2021-01-30 00:28:44 +09:00
parent 6052f9b3e6
commit c2750e34f1
15 changed files with 333 additions and 50 deletions

View File

@@ -30,8 +30,11 @@ import os
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.coverage',
'sphinx.ext.extlinks',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
]
# Add any paths that contain templates here, relative to this directory.
@@ -50,7 +53,7 @@ master_doc = 'index'
# General information about the project.
project = u'aqtinstall'
copyright = u'2019, Hiroshi Miura'
copyright = u'2019-2021, Hiroshi Miura'
author = u'Hiroshi Miura'
# The version info for the project you're documenting, acts as replacement for
@@ -58,9 +61,9 @@ author = u'Hiroshi Miura'
# built documents.
#
# The short X.Y version.
version = u'0.5'
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'0.5b2'
release = u'1.0.0b2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.