Explorar el Código

add sphinx install using apt

Jérôme BUISINE hace 4 años
padre
commit
33973d60fc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/docs.yml

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

@@ -11,6 +11,7 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
+      - run: sudo apt install sphinx-build
       - run: python3 -m pip install --upgrade pip
       - run: python3 -m pip install -r requirements.txt
       - run: python3 -m pip install sphinx_rtd_theme