Skip to content

Commit

Permalink
mdkir
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-aws committed Mar 11, 2024
1 parent 12861aa commit 283acc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/gendoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ echo Generating Python documentation...
export TARGET_LANG=py
bash scripts/build.sh
PYTHONPATH=.:build/py/DafnyVMC-py pydoc3 -w build/py/DafnyVMC-py/DafnyVMC.py
mv *.html docs/py/py-doc
mkdir docs/py/py-doc
mv DafnyVMC.html docs/py/py-doc

0 comments on commit 283acc6

Please sign in to comment.