mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-08 16:28:49 +00:00
* refactor(doc): only use one command * restructure * move all generated helpers to a dedicated directory * move to pathlib * and more pathlib * add empty generated folder
20 lines
344 B
YAML
20 lines
344 B
YAML
version: 2
|
|
|
|
mkdocs:
|
|
configuration: docs/mkdocs.yml
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- requirements: src/backend/requirements.txt
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.9"
|
|
jobs:
|
|
post_install:
|
|
- pip install -U invoke
|
|
- echo "Generating API schema file"
|
|
- invoke build-docs
|