Skip to content
Snippets Groups Projects
Verified Commit d270c6fb authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

:pencil2: fix copyright for documentation

parent d89764db
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ import shlex
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))
import craw
# -- General configuration ------------------------------------------------
......@@ -55,7 +56,7 @@ master_doc = 'index'
# General information about the project.
project = u'Counter RNAseq Window'
copyright = u'2017, Bertrand Néron'
copyright = u'2017-2019, Bertrand Néron'
author = u'Bertrand Néron'
# The version info for the project you're documenting, acts as replacement for
......@@ -63,9 +64,9 @@ author = u'Bertrand Néron'
# built documents.
#
# The short X.Y version.
version = os.environ.get('CRAW_VERSION', '')
version = craw.__version__
# The full version, including alpha/beta/rc tags.
release = os.environ.get('CRAW_VERSION', '')
release = craw.__version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......@@ -210,7 +211,7 @@ html_static_path = ['_static']
#html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
htmlhelp_basename = 'CounterRNAseqWindowdoc'
htmlhelp_basename = 'CounterRNAseqWindow'
# -- Options for LaTeX output ---------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment