Skip to content

Commit

Permalink
Merge pull request #34 from sudlab/ns-rse/14-sphinx-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Oct 25, 2024
2 parents b15c2d9 + 9a68182 commit 8500f1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
# Uncomment if only tagged releases are to have documentation built
# if: startsWith(github.ref, 'refs/tags')
uses: ns-rse/action-sphinx-docs-to-gh-pages@main
run: |
pwd
with:
# When testing set this branch to your branch, when working switch to main. It WILL fail if not
# defined as it defaults to 'main'.
Expand All @@ -38,9 +40,9 @@ jobs:
sphinx-apidoc-opts: "--separate -o . ../"
sphinx-opts: ""
multiversion: true
multiversionopts: ""
multiversionopts: "source ../build"

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 5
timeout-minutes: 15
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ exclude = [
"buck-out",
"build",
"dist",
"docs/source/conf.py",
"docs/conf.py",
]
# per-file-ignores = []
line-length = 120
Expand Down

0 comments on commit 8500f1c

Please sign in to comment.