Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HySoP-doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
particle_methods
HySoP-doc
Commits
d4fe45c0
Commit
d4fe45c0
authored
2 years ago
by
EXT Jean-Matthieu Etancelin
Browse files
Options
Downloads
Patches
Plain Diff
fixup [with doc]
parent
eff760d9
No related branches found
No related tags found
No related merge requests found
Pipeline
#128037
failed
2 years ago
Stage: doc
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_doc.sh
+4
-0
4 additions, 0 deletions
build_doc.sh
with
4 additions
and
0 deletions
build_doc.sh
+
4
−
0
View file @
d4fe45c0
...
@@ -22,6 +22,10 @@ CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4
...
@@ -22,6 +22,10 @@ CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4
## Workaround : distutils writes files to lib.linux-x86_64-cpython-310 dir and sphinx is looking into lib.linux-x86_64-3.10
## Workaround : distutils writes files to lib.linux-x86_64-cpython-310 dir and sphinx is looking into lib.linux-x86_64-3.10
ln
-s
${
BUILD_DIR
}
/build/
$(
ls
./build |
grep
'^lib'
)
${
BUILD_DIR
}
/build/
$(
ls
./build |
grep
'^src'
|sed
's/src/lib/'
)
ln
-s
${
BUILD_DIR
}
/build/
$(
ls
./build |
grep
'^lib'
)
${
BUILD_DIR
}
/build/
$(
ls
./build |
grep
'^src'
|sed
's/src/lib/'
)
CC
=
"gcc-11"
CXX
=
"g++-11"
FC
=
"gfortran-11"
make
VERBOSE
=
1
-j4
doc
CC
=
"gcc-11"
CXX
=
"g++-11"
FC
=
"gfortran-11"
make
VERBOSE
=
1
-j4
doc
cd
-
mv
${
BUILD_DIR
}
/docs/build/html public
mv
${
BUILD_DIR
}
/docs/build/html public
find
${
BUILD_DIR
}
/docs/build/html
-name
'index.html'
ls
public
find public
-name
'index.html'
exit
0
exit
0
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