Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
2bd960321d8f
Commit
2bd960321d8f
authored
4 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
fix warning output directory not created
parent
a2034358df51
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
create_documentation
+2
-0
2 additions, 0 deletions
create_documentation
with
2 additions
and
0 deletions
create_documentation
+
2
−
0
View file @
2bd96032
...
...
@@ -131,6 +131,8 @@
if
[[
-d
"
$doc_dir
"
]]
;
then
pushd
$doc_dir
for
language
in
$languages
;
do
# create _build to output warnings into it
[[
-d
_build
]]
||
mkdir
_build/
make
$format
LANGUAGE
=
${
language
}
BUILDDIR
=
_build
SPHINXOPTS
=
"-w _build/warnings.out"
if
[[
$?
-eq
0
]]
;
then
dest_dir
=
$out_dir
/
$project_name
/
$language
/
$branch
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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