Skip to content

Commit 7a1fb78

Browse files
authored
Fix documentation to follow new directory structure (#392)
* Update conf.py * Update pipeline.yml
1 parent 22eb768 commit 7a1fb78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
python -m unittest tests/test_pylammpsmpi_local.py
203203
204204
autobot:
205-
needs: [unittest_old, unittest_openmpi, unittest_mpich, pip_check, coverage]
205+
needs: [unittest_old, unittest_openmpi, unittest_mpich, unittest_openmpi_mac, unittest_mpich_mac, pip_check, coverage]
206206
permissions:
207207
contents: write
208208
pull-requests: write

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131

3232
from sphinx.ext.apidoc import main
3333

34-
main(["-e", "-o", "apidoc", "../../pylammpsmpi/", "--force"])
34+
main(["-e", "-o", "apidoc", "../../src/pylammpsmpi/", "--force"])

0 commit comments

Comments
 (0)