Update deploy-docs.yml

This commit is contained in:
Xuwznln
2025-10-16 14:28:55 +08:00
parent 027b4269c4
commit 62c4135938
2 changed files with 1 additions and 17 deletions

View File

@@ -53,11 +53,6 @@ jobs:
auto-update-conda: false
show-channel-urls: true
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- name: Install unilabos and dependencies
run: |
echo "Installing unilabos and dependencies to unilab environment..."
@@ -78,17 +73,6 @@ jobs:
echo "Installing documentation build dependencies..."
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
id: pages
uses: actions/configure-pages@v4

View File

@@ -23,7 +23,7 @@ extensions = [
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon", # 如果您使用 Google 或 NumPy 风格的 docstrings
"sphinx_rtd_theme"
"sphinx_rtd_theme",
]
source_suffix = {