Skip to content

Commit

Permalink
Fix docs sphinx-autoapi version and run action on push to main (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Aivin V. Solatorio <avsolatorio@gmail.com>
  • Loading branch information
avsolatorio authored Nov 20, 2023
1 parent c8c56d8 commit 563fd11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '*'
branches:
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
myst-nb==0.17.2
Sphinx==5.3.0
sphinx-autodoc-typehints==1.19.1
sphinx-autoapi==2.1.0
sphinx-autoapi==3.0.0
sphinx-book-theme==1.0.1

0 comments on commit 563fd11

Please sign in to comment.