Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ jobs:

- name: Install dependencies
run: |
pip install poetry poetry-plugin-export
poetry config virtualenvs.create false
poetry install --with docs --extras dbc
pip install poetry wget
poetry install --no-root --with docs

- name: Build docs
run: |
Expand Down
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nbsphinx
sphinx
sphinx-rtd-theme
standard-imghdr
nbsphinx>=0.9,<1
sphinx>=7,<9
sphinx-rtd-theme>=2,<4
standard-imghdr>=1,<2
7 changes: 7 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ Types
:members:
:undoc-members:

Utilities
---------

.. automodule:: pysus.api.utils
:members:
:undoc-members:

File Format Handlers
--------------------

Expand Down
Loading
Loading