Explorar el Código

install sphinc theme

Jérôme BUISINE hace 4 años
padre
commit
870c7e1e29
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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