mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-29 10:43:21 +08:00
ci fix
This commit is contained in:
parent
442a392f47
commit
b94a3a13e6
@ -278,6 +278,7 @@ ctx.filter_file_extensions = {
|
||||
'.xcsettings',
|
||||
'.xcstrings',
|
||||
'.filters',
|
||||
'.rst',
|
||||
}
|
||||
|
||||
# ELSE files with these extensions will NOT be filtered.
|
||||
|
||||
@ -561,10 +561,13 @@ def gen_docs_pdoc() -> None:
|
||||
print(f'{Clr.BLU}Generating documentation...{Clr.RST}')
|
||||
batools.docs.generate_pdoc(projroot=str(pcommand.PROJROOT))
|
||||
|
||||
def gen_docs_sphinx():
|
||||
|
||||
def gen_docs_sphinx() -> None:
|
||||
import batools.docs
|
||||
|
||||
batools.docs.generate_sphinxdoc()
|
||||
|
||||
|
||||
def list_pip_reqs() -> None:
|
||||
"""List Python Pip packages needed for this project."""
|
||||
from batools.build import get_pip_reqs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user