Skip to content

Commit 3eef142

Browse files
authored
docs: fix docs on CI (#267)
1 parent 363029b commit 3eef142

10 files changed

Lines changed: 248 additions & 371 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ jobs:
111111

112112
- name: Install dependencies
113113
run: |
114-
pip install poetry poetry-plugin-export
115-
poetry config virtualenvs.create false
116-
poetry install --with docs --extras dbc
114+
pip install poetry wget
115+
poetry install --no-root --with docs
117116
118117
- name: Build docs
119118
run: |

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nbsphinx
2-
sphinx
3-
sphinx-rtd-theme
4-
standard-imghdr
1+
nbsphinx>=0.9,<1
2+
sphinx>=7,<9
3+
sphinx-rtd-theme>=2,<4
4+
standard-imghdr>=1,<2

docs/source/api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ Types
5858
:members:
5959
:undoc-members:
6060

61+
Utilities
62+
---------
63+
64+
.. automodule:: pysus.api.utils
65+
:members:
66+
:undoc-members:
67+
6168
File Format Handlers
6269
--------------------
6370

0 commit comments

Comments
 (0)