mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
314c93d55c
* Update readthedocs * Tweak config file * Cjange python version to 3.9 * Remove legacy option
14 lines
171 B
YAML
14 lines
171 B
YAML
version: 2
|
|
|
|
mkdocs:
|
|
configuration: docs/mkdocs.yml
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.9"
|