mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-02 00:27:27 +00:00
parent
aca30901be
commit
ed878f01ac
3 changed files with 90 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
import slint
|
||||
import pdoc
|
||||
import pathlib
|
||||
import subprocess
|
||||
|
||||
|
||||
doc = pdoc.doc.Module(slint)
|
||||
|
@ -29,3 +30,7 @@ index = pdoc.render.html_index(all_modules)
|
|||
|
||||
search = pdoc.render.search_index(all_modules)
|
||||
(output_directory / "search.js").write_bytes(search.encode())
|
||||
|
||||
subprocess.call(
|
||||
"cargo about generate thirdparty.hbs -o docs/thirdparty.html", shell=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue