Sfoglia il codice sorgente

install sphinc theme

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