浏览代码

only with pip

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

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

@@ -11,7 +11,6 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
-      - run: sudo apt-get install python3-sphinx
       - run: python3 -m pip install -r requirements.txt
       - run: python3 -m pip install sphinx_rtd_theme
       - run: cd docs && make html