Skip to content

Commit

Permalink
Merge branch 'develop' into _update-deps/runtimeverification/haskell-…
Browse files Browse the repository at this point in the history
…backend
  • Loading branch information
Baltoli authored Jun 12, 2024
2 parents 3b18df4 + 5000678 commit 31c7d97
Show file tree
Hide file tree
Showing 7 changed files with 392 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ jobs:
name: 'Build Pyk Documentation'
needs: ubuntu-jammy
runs-on: [self-hosted, linux, normal]
timeout-minutes: 10
timeout-minutes: 30
steps:
- name: 'Check out code'
uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions pyk/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
]
templates_path = ['_templates']
Expand All @@ -26,6 +27,10 @@
autodoc_inherit_docstrings = False
viewcode_line_numbers = True

napoleon_google_docstring = True
napoleon_include_init_with_doc = True
napoleon_include_special_with_doc = True

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

Expand Down
Loading

0 comments on commit 31c7d97

Please sign in to comment.