Skip to content

Commit

Permalink
Fix documentation quirks
Browse files Browse the repository at this point in the history
- Enable __init__ documentation
- Fix ping-rtd github action
  • Loading branch information
virtuald committed Dec 12, 2023
1 parent 29dd450 commit 98575bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
runs-on: ubuntu-latest
needs: [check, build, cross-build]
if: |
inputs.enable_rtd && github.event_name == 'push' &&
github.event_name == 'push' &&
(startsWith(github.event.ref, 'refs/tags') || github.event.ref == 'refs/heads/main')
steps:
- name: Sleep 1 minute to allow artifact upload
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]

autoclass_content = "both"


# -- Custom Document processing ----------------------------------------------

Expand Down

0 comments on commit 98575bb

Please sign in to comment.