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
itminedu
kamaki
Commits
584fd90a
Commit
584fd90a
authored
Aug 28, 2013
by
Stavros Sachtouris
Browse files
Adjust docs to require progress to build
parent
b9eebf2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
584fd90a
...
...
@@ -4,6 +4,7 @@ Bug Fixes:
- Avoid loading optional cmd groups specified in same pkg with mantatory
comand groups, except if user requests otherwise ( #4114 )
- Ignore subdir output in container_get with prefix+delimiter [#4134]
- Fix the split-input bug in repeatable k=v args [#4232]
Changes:
...
...
docs/conf.py
View file @
584fd90a
...
...
@@ -59,7 +59,14 @@ try:
PooledHTTPConnection
except
ImportError
:
stderr
.
write
(
"`objpool` package is required to build kamaki docs.
\n
"
)
# raise
raise
try
:
from
progress.bar
import
ShadyBar
ShadyBar
except
ImportError
:
stderr
.
write
(
"`progress` package is required to build kamaki docs.
\n
"
)
raise
path
.
insert
(
0
,
os
.
path
.
join
(
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
)),
'..'
))
...
...
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