Skip to content

Commit

Permalink
adding extensions and pushing to gh pages -- look to read the docs later
Browse files Browse the repository at this point in the history
  • Loading branch information
JonNesvold committed Sep 16, 2024
1 parent 15b9544 commit 771940b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mrsal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
run: |
mkdir -p docs
poetry run sphinx-quickstart -q -p "MrsalAMQP" -a "Jon E Nesvold | Raafat Zahran | Martin S Rovang" -v "1.0.0" docs
echo "extensions.extend(['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'myst_parser'])" >> docs/conf.py
- name: Generate API Documentation
run: |
poetry run sphinx-apidoc -o ./docs ./mrsal
Expand All @@ -110,3 +111,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
publish_branch: gh-pages

0 comments on commit 771940b

Please sign in to comment.