Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
gridtk
Commits
80867532
Commit
80867532
authored
Nov 06, 2013
by
Manuel Günther
Browse files
Added possibility to upload sphinx documentation (and uploaded it).
parent
a997ebe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
80867532
...
...
@@ -66,9 +66,9 @@ copyright = u'%s, Idiap Research Institute' % time.strftime('%Y')
# built documents.
#
# The short X.Y version.
version
=
'1.
0
'
version
=
'1.
1
'
# The full version, including alpha/beta/rc tags.
release
=
'1.
0
.0'
release
=
'1.
1
.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
setup.py
View file @
80867532
...
...
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
import
sys
# If Python < 2.7 or 3.0 <= Python < 3.2, require some more stuff
DEPS
=
[
'six'
]
DEPS
=
[
'six'
,
'sphinx-pypi-upload'
]
if
sys
.
version_info
[:
2
]
<
(
2
,
7
)
or
((
3
,
0
)
<=
sys
.
version_info
[:
2
]
<
(
3
,
2
)):
DEPS
.
append
(
'argparse'
)
...
...
@@ -12,8 +12,8 @@ setup(
version
=
'1.1.1a0'
,
description
=
'SGE Grid and Local Submission and Monitoring Tools for Idiap'
,
url
=
'http
s
://github.com/idiap/gridtk'
,
license
=
'
LICENSE.txt
'
,
url
=
'http://github.com/idiap/gridtk'
,
license
=
'
GPLv3
'
,
author
=
'Manuel Guenther'
,
author_email
=
'manuel.guenther@idiap.ch'
,
...
...
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