add files to index

This commit is contained in:
samfreund
2025-05-09 12:47:58 -05:00
parent 892e240b18
commit 6f2fd19351
2 changed files with 5 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ jobs:
pip install -r photon-lib/py/docs/requirements.txt
- name: Build Sphinx site
run: |
run: |
sphinx-apidoc -o docs/source photonlibpy
make -C docs html
working-directory: photon-lib/py