From 62c41359386816e094eb9f59833968c76f6b4a3a Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:28:55 +0800 Subject: [PATCH] Update deploy-docs.yml --- .github/workflows/deploy-docs.yml | 16 ---------------- docs/conf.py | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index dce45ec9..66aef8d6 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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 diff --git a/docs/conf.py b/docs/conf.py index a6dc55a9..c6b7d50a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ extensions = [ "myst_parser", "sphinx.ext.autodoc", "sphinx.ext.napoleon", # 如果您使用 Google 或 NumPy 风格的 docstrings - "sphinx_rtd_theme" + "sphinx_rtd_theme", ] source_suffix = {