Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
craw
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bertrand NÉRON
craw
Commits
d270c6fb
Verified
Commit
d270c6fb
authored
5 years ago
by
Bertrand NÉRON
Browse files
Options
Downloads
Patches
Plain Diff
fix copyright for documentation
parent
d89764db
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/conf.py
+5
-4
5 additions, 4 deletions
doc/source/conf.py
with
5 additions
and
4 deletions
doc/source/conf.py
+
5
−
4
View file @
d270c6fb
...
...
@@ -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
=
'
CounterRNAseqWindow
doc
'
htmlhelp_basename
=
'
CounterRNAseqWindow
'
# -- Options for LaTeX output ---------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment