Skip to content

Commit

Permalink
testing: pdoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed Nov 13, 2023
1 parent 18c287e commit 499cfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generate_api_reference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e # Exit if any command fails
pip install pdoc3

# Generate HTML documentation
pdoc --html --skip-errors --template-dir docs/pdoc_template -o docs/blindai --force
pdoc --html --skip-errors --template-dir docs/pdoc_template -o docs/ client/blindai --force

# Remove pdoc3 version reference from generated HTML files
sed -i '/<p>Generated by <a href="https:\/\/pdoc3.github.io\/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc<\/cite> 0.10.0<\/a>.<\/p>/d' docs/blindai/*.html
Expand Down

0 comments on commit 499cfd9

Please sign in to comment.