Skip to content

Commit

Permalink
add python badge; try to fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
gizemozd committed Jun 30, 2024
1 parent 025bd34 commit 1003238
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
# Build the book
- name: Build the book
run: |
sphinx-apidoc -o docs/ seqikpy/
jupyter-book build docs
# Upload the book's HTML as an artifact
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


[![License](https://img.shields.io/badge/License-Apache_2.0-red)](https://opensource.org/license/apache-2-0)
[![python](https://img.shields.io/badge/python-3.8%2C%203.9%2C%203.10-blue)]()

</div>

Expand Down
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ html:
# API reference
sphinx:
extra_extensions:
- 'sphinx.ext.autodoc'
- 'sphinx.ext.napoleon'
- 'sphinx.ext.viewcode'
- sphinx.ext.autodoc
- sphinx.ext.napoleon
- sphinx.ext.viewcode
config:
add_module_names: False

0 comments on commit 1003238

Please sign in to comment.