Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.buildout
Commits
f04527a4
Commit
f04527a4
authored
Aug 11, 2016
by
André Anjos
💬
Browse files
[doc] Fix documentation after standardization
parent
a786a93d
Pipeline
#3053
failed with stage
in 8 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
f04527a4
...
...
@@ -4,7 +4,6 @@
import
os
import
sys
import
glob
import
pkg_resources
# -- General configuration -----------------------------------------------------
...
...
@@ -63,17 +62,14 @@ project = u'bob.buildout'
import
time
copyright
=
u
'%s, Idiap Research Institute'
%
time
.
strftime
(
'%Y'
)
# Grab the setup entry
distribution
=
pkg_resources
.
require
(
project
)[
0
]
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version
=
distribution
.
version
version
=
open
(
'../version.txt'
).
read
().
strip
()
# The full version, including alpha/beta/rc tags.
release
=
distribution
.
version
release
=
version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
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