Skip to content

Commit

Permalink
Merge pull request #5 from EMSL-Computing/aramyxt-sphinx-testing
Browse files Browse the repository at this point in the history
Update documentation.yml
  • Loading branch information
aramyxt authored Jan 9, 2025
2 parents 0b4da2b + dbc2563 commit 9f5c672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: documentation
name: Sphinx Documentation

on: [push, pull_request, workflow_dispatch]

Expand All @@ -14,6 +14,7 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx-conestack-theme myst_parser
pip install -e .
- name: Sphinx build
run: |
sphinx-build docs/source _build
Expand Down

0 comments on commit 9f5c672

Please sign in to comment.