2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

Update readthedocs (#5565)

* Update readthedocs

* Tweak config file

* Cjange python version to 3.9

* Remove legacy option
This commit is contained in:
Oliver
2023-09-19 06:20:23 +10:00
committed by GitHub
parent 98eaa14eee
commit 314c93d55c

View File

@ -4,6 +4,10 @@ mkdocs:
configuration: docs/mkdocs.yml
python:
version: 3.7
install:
- requirements: docs/requirements.txt
build:
os: "ubuntu-22.04"
tools:
python: "3.9"