File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4646 - name : Install dependencies
4747 run : |
4848 python -m pip install -r docs/requirements.txt
49+ python -m pip install -e .
4950
5051 - name : Build documentation
51- run : zensical build -f docs/mkdocs.yml
52+ run : zensical build -f docs/mkdocs.yml --strict
5253
5354 - uses : actions/upload-pages-artifact@v4
5455 with :
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ __pycache__
1414
1515dist /
1616oqtopus.egg-info /
17+ docs /site /
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ modules:
3131 repository : wastewater
3232` ` `
3333
34- ::: oqtopus.core.ModuleConfig
34+ ::: oqtopus.core.modules_config. ModuleConfig
3535
3636### 3. Required fields
3737
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ plugins:
4848 - mkdocstrings :
4949 handlers :
5050 python :
51+ paths : [..]
5152 options :
5253 show_signature : true
5354 show_signature_annotations : true
You can’t perform that action at this time.
0 commit comments