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