Skip to content

Commit

Permalink
Merge pull request #182 from Aiven-Open/aris-fix-sphinx-action
Browse files Browse the repository at this point in the history
Fix failing Sphinx build due to inability to install dependencies
  • Loading branch information
exg authored Apr 18, 2024
2 parents 1c937fc + 1df376c commit 23156ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cache: pip

- name: "Install Sphinx & Theme"
run: pip install -e '.[docs]'
run: pip install -e './main[docs]'

- name: "Run Sphinx"
run: sphinx-build -b html main/docs gh-pages -E -d $GITHUB_WORKSPACE/.doctree
Expand Down

0 comments on commit 23156ce

Please sign in to comment.