Skip to content

Commit

Permalink
using pip3 for installing sphinx 4.0.3 on publish-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandini committed Aug 17, 2021
1 parent d25945f commit 5549d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Requirements
run: brew install doxygen
&& brew install sphinx-doc
&& pip3 install sphinx==4.0.3
&& pip3 install sphinx-rtd-theme
&& pip3 install sphinxcontrib-bibtex
&& pip3 install breathe
Expand Down

0 comments on commit 5549d88

Please sign in to comment.