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:
2
tasks.py
2
tasks.py
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user