Skip to content

Commit

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

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

0 comments on commit 60c1e0d

Please sign in to comment.