浏览代码

install sphinc theme

Jérôme BUISINE 4 年之前
父节点
当前提交
870c7e1e29
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .github/workflows/docs.yml

+ 4 - 1
.github/workflows/docs.yml

@@ -11,7 +11,10 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
-      - run: sudo apt-get install python3-sphinx
+      - run: | 
+          sudo apt-get install python3-sphinx
+          python -m pip install --upgrade pip
+          pip install sphinx_rtd_theme
       - run: cd docs && make html
       - name: Deploy
         uses: crazy-max/ghaction-github-pages@v1