Skip to content

Commit

Permalink
Update github action to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikUmble committed Apr 25, 2024
1 parent 97be54e commit 11614d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
pip install -r requirements.txt
- name: Sphinx build
run: |
sphinx-build docs/source _build
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
sphinx
sphinx-copybutton
sphinx-copybutton
sphinx_rtd_theme
myst_parser

0 comments on commit 11614d3

Please sign in to comment.