Skip to content

Commit

Permalink
reference module path not parent path
Browse files Browse the repository at this point in the history
I think this is the issue preventing the sphinx docs from being generated properly.
  • Loading branch information
tomeichlersmith authored Sep 5, 2023
1 parent 761c7e7 commit 5833d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
run: |
python3 -m pip install -U pip
python3 -m pip install Sphinx Pillow
find install/python -type d -exec touch {}/__init__.py ';'
sphinx-apidoc --force --no-toc -o docs/sphinx.conf/ install/python
find install/python/LDMX -type d -exec touch {}/__init__.py ';'
sphinx-apidoc --force --no-toc -o docs/sphinx.conf/ install/python/LDMX
sudo `which sphinx-build` docs/sphinx.conf docs/html/python
shell: bash

Expand Down

0 comments on commit 5833d44

Please sign in to comment.