Skip to content

Commit f5cf890

Browse files
author
Andrew Ramirez
committed
Add missing __init__.py files to enable Sphinx autodoc for figures modules
1 parent 2dc635d commit f5cf890

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: astral-sh/setup-uv@v6
3030
- name: Sphinx build
3131
run: |
32-
uv run --group dev sphinx-build docs docs/_build
32+
uv run --group dev sphinx-build -v docs docs/_build
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5
3535
- name: Upload artifact

RISE/figures/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""RISE figure generation modules."""
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Common functions for RISE figure generation."""

0 commit comments

Comments
 (0)