mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
Update deploy-docs.yml
This commit is contained in:
16
.github/workflows/deploy-docs.yml
vendored
16
.github/workflows/deploy-docs.yml
vendored
@@ -53,11 +53,6 @@ jobs:
|
|||||||
auto-update-conda: false
|
auto-update-conda: false
|
||||||
show-channel-urls: true
|
show-channel-urls: true
|
||||||
|
|
||||||
- name: Install system dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y pandoc
|
|
||||||
|
|
||||||
- name: Install unilabos and dependencies
|
- name: Install unilabos and dependencies
|
||||||
run: |
|
run: |
|
||||||
echo "Installing unilabos and dependencies to unilab environment..."
|
echo "Installing unilabos and dependencies to unilab environment..."
|
||||||
@@ -78,17 +73,6 @@ jobs:
|
|||||||
echo "Installing documentation build dependencies..."
|
echo "Installing documentation build dependencies..."
|
||||||
mamba run -n unilab pip install -r docs/requirements.txt
|
mamba run -n unilab pip install -r docs/requirements.txt
|
||||||
|
|
||||||
- name: Display environment info
|
|
||||||
run: |
|
|
||||||
echo "=== Environment Information ==="
|
|
||||||
mamba env list
|
|
||||||
echo ""
|
|
||||||
echo "=== Installed Packages ==="
|
|
||||||
mamba list -n unilab | grep -E "(unilabos|ros-humble|control_msgs|nav2_msgs)" || mamba list -n unilab
|
|
||||||
echo ""
|
|
||||||
echo "=== Python Packages ==="
|
|
||||||
mamba run -n unilab pip list | grep unilabos || mamba run -n unilab pip list
|
|
||||||
|
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
id: pages
|
id: pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v4
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ extensions = [
|
|||||||
"myst_parser",
|
"myst_parser",
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
"sphinx.ext.napoleon", # 如果您使用 Google 或 NumPy 风格的 docstrings
|
"sphinx.ext.napoleon", # 如果您使用 Google 或 NumPy 风格的 docstrings
|
||||||
"sphinx_rtd_theme"
|
"sphinx_rtd_theme",
|
||||||
]
|
]
|
||||||
|
|
||||||
source_suffix = {
|
source_suffix = {
|
||||||
|
|||||||
Reference in New Issue
Block a user