Skip to content

Commit

Permalink
#551: interrogate docs build process
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 30, 2024
1 parent 6b41b13 commit fa1d757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Build documentation
working-directory: ${{ env.docs-generator }}
run: |
ls
less python.py
python python.py ${{ env.docs-directory }}/docs_config.py
# .nojekyll file is needed for GitHub Pages to know it's getting a ready webpage
# and there is no need to generate anything
Expand Down
6 changes: 0 additions & 6 deletions docs/docs_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@
PLUGINS = ["m.code", "m.components", "m.dox"]

INPUT_MODULES = [
lbaf.Model,
lbaf.Applications,
lbaf.Execution,
lbaf.imported,
lbaf.IO,
lbaf.Utils,
AffineCombinationWorkModel,
LoadOnlyWorkModel,
Object,
Expand Down

0 comments on commit fa1d757

Please sign in to comment.