Skip to content

Commit

Permalink
ci: fix workflow by installing furo for Sphinx
Browse files Browse the repository at this point in the history
Added the installation of `furo` to the CI workflow to resolve issues preventing the documentation build from running correctly. The `furo` theme provides a modern and responsive design for Sphinx documentation.

- Updated CI configuration to include `python -m pip install furo`.
- Ensured successful build and upload of Sphinx documentation using the Furo theme.

This fix addresses the workflow problem and enhances the appearance of the WML documentation.
  • Loading branch information
kennylajara authored Jun 25, 2024
1 parent 7c17ff0 commit 654c53b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/host_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# python -m pip install sphinxcontrib-apidoc
python -m pip install sphinx-autoapi
python -m pip install myst_parser
python -m pip install furo
- name: make the sphinx docs
run: |
Expand Down

0 comments on commit 654c53b

Please sign in to comment.