2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 08:19:54 +00:00

Add information about building docs (#10998)

This commit is contained in:
Oliver
2025-12-12 21:14:25 +11:00
committed by GitHub
parent 20c7a5b5b8
commit e4a6c1abfb
2 changed files with 25 additions and 1 deletions

View File

@@ -1904,7 +1904,7 @@ def doc_schema(c):
@task(
help={
'address': 'Host and port to run the server on (default: localhost:8080)',
'compile_schema': 'Compile the schema documentation first (default: False)',
'compile_schema': 'Compile the API schema documentation first (default: False)',
}
)
def docs_server(c, address='localhost:8080', compile_schema=False):