Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
obdatean committed Dec 24, 2024
1 parent 8496068 commit 9177191
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,9 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml

docs/
_html/

### VisualStudio Patch ###
# Additional files built by Visual Studio

Expand Down
4 changes: 3 additions & 1 deletion docs/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ build_all()
make clean
rm -rf _html
rm -rf _build
rm -rf docs
make html
cp -R _build/html _html
cp -R _build/html _html
cp .nojekyll _html/
cp _html/ docs/ -af
echo "create _html finished"
}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/2_installation/build_the_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This section provides a comprehensive guide to installing, compiling, and runnin
- [Get source code of OrbbecSDK_ROS2](#get-source-code-of-orbbecsdk-ros2)
- [Install environment](#install-environment)
- [Build project](#build-project)
- [Performance Optimization Suggestions](#Performance Optimization Suggestions)
- [Performance Optimization Suggestions](#performance-ptimization-suggestions)

## Get source code of OrbbecSDK_ROS2

Expand Down

0 comments on commit 9177191

Please sign in to comment.