Skip to content

Commit

Permalink
fix(docs): update pre-build hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Jan 30, 2024
1 parent 90f3a28 commit a7f7f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def setup_paths():
"export PYTHONPATH='scripts'",
"export BRANCH_NAME=$(cat ../versions.json | jq -r --arg DIR_NAME `basename $PWD` '.[] | select(.basedir | endswith($DIR_NAME)) | .name')", # noqa
"python scripts/docs_examples_generator/main.py",
"test -f scripts/docs_fix_schema_private.sh && scripts/docs_fix_schema_private.sh",
"([ -f scripts/docs_fix_schema_private.sh ] && ./scripts/docs_fix_schema_private.sh) || ([ ! -f scripts/docs_fix_schema_private.sh ] && echo 'Skip docs fix schema private (does not exists)')", # noqa
]
)
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autoclass_content
Expand Down

0 comments on commit a7f7f15

Please sign in to comment.