Skip to content

Commit

Permalink
try to use pip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
wistuba committed Aug 24, 2024
1 parent fbca981 commit b5f31ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:

- name: Build the documentation with Sphinx
run: |
poetry install --all-extras
# poetry install --all-extras
pip install ".[docs]"
sudo apt install pandoc
pip install pandoc
cd docs
poetry run sphinx-build -b html source build/html
# poetry run sphinx-build -b html source build/html
sphinx-build -b html source build/html

0 comments on commit b5f31ec

Please sign in to comment.