Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
429a78c1
Commit
429a78c1
authored
Dec 01, 2016
by
LE GAC Renaud
Browse files
Update docs/user/conf.py.
parent
c05b00e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
docs/user/conf.py
docs/user/conf.py
+8
-3
No files found.
docs/user/conf.py
View file @
429a78c1
...
...
@@ -12,11 +12,15 @@
# serve to show the default.
import
sys
,
os
import
subprocess
import
tempfile
import
re
from
datetime
import
datetime
def
get_version
():
"""Get the current version identifier.
...
...
@@ -55,8 +59,9 @@ master_doc = 'index'
# General information about the project.
app
=
'track_events'
now
=
datetime
.
now
()
project
=
app
copyright
=
u
'2015, R. Le Gac
'
copyright
=
u
'2015
-%s
, R. Le Gac
, licensed under CeCILL'
%
now
.
year
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
@@ -137,7 +142,7 @@ html_theme = 'sphinxdoc'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
#
html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment