mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
5 lines
120 B
Bash
5 lines
120 B
Bash
#!/bin/bash
|
|
rm -rf source/_modules
|
|
sphinx-apidoc -o source/_modules ../senju
|
|
poetry run make clean
|
|
poetry run make html
|