Parcourir la source

enable remove of previous sphinx version

Jérôme BUISINE il y a 3 ans
Parent
commit
4bc1167189
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/docs.yml

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

@@ -14,7 +14,7 @@ jobs:
     # Standard drop-in approach that should work for most people.
     - uses: ammaraskar/sphinx-action@master
       with:
-        pre-build-command: "sudo pip uninstall sphinx -y && sudo pip install sphinx==v2.2.0 && pip install asteroid-sphinx-theme"
+        pre-build-command: "pip uninstall sphinx -y && pip install sphinx==v2.2.0 && pip install asteroid-sphinx-theme"
         build-command: "make html"
         docs-folder: "docs"
     # Publish built docs to gh-pages branch.