Jérôme BUISINE 3 anni fa
parent
commit
7c70de76e4
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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