Skip to content

Commit

Permalink
test sphinx build install
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 13, 2020
1 parent f3bc2d9 commit 216aadc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Sphinx
run: pip install sphinx sphinx-rtd-theme m2r
run: |
pip install sphinx sphinx-rtd-theme
sphinx-build --version
- name: Compile docs
run: |
Expand Down

0 comments on commit 216aadc

Please sign in to comment.