Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otbtf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orfeo ToolBox
otbtf
Merge requests
!74
Release 4.0.0-alpha
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release 4.0.0-alpha
39-readthedocs
into
develop
Overview
0
Commits
71
Pipelines
43
Changes
1
Merged
Cresson Remi
requested to merge
39-readthedocs
into
develop
1 year ago
Overview
0
Commits
71
Pipelines
43
Changes
1
Expand
Changes
Big improvement of the documentation
Tensorflow 2.12
Ubuntu 22.04
OTB pre-9
CI uses bazel cache
Python code quality
Issues
Closes
#39 (closed)
Closes
#33 (closed)
Closes
#25 (closed)
Closes
#9 (closed)
Closes
#1 (closed)
Edited
1 year ago
by
Cresson Remi
0
0
Merge request reports
Viewing commit
b29b762b
Prev
Next
Show latest version
1 file
+
27
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b29b762b
CI: build doc
· b29b762b
Remi Cresson
authored
1 year ago
.gitlab-ci.yml
+
27
−
0
Options
@@ -28,6 +28,7 @@ workflow:
stages
:
-
Build
-
Static Analysis
-
Documentation
-
Test
-
Applications Test
-
Update dev image
@@ -119,6 +120,32 @@ cppcheck:
-
sudo apt update && sudo apt install cppcheck -y
-
cd $OTBTF_SRC/ && cppcheck --enable=all --error-exitcode=1 -I include/ --suppress=missingInclude --suppress=unusedFunction .
.doc_base
:
stage
:
Documentation
before_script
:
-
pip install -r doc/doc_requirements.txt
artifacts
:
paths
:
-
public
-
public_test
pages_test
:
extends
:
.doc_base
except
:
-
master
script
:
-
mkdocs build --site-dir public_test
pages
:
extends
:
.doc_base
only
:
-
master
script
:
-
mkdocs build --site-dir public
artifacts
:
paths
:
-
public
.tests_base
:
artifacts
:
paths
:
Loading