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

Fix for readthedocs build config file (#5651)

This commit is contained in:
Oliver
2023-10-03 12:28:14 +11:00
committed by GitHub
parent fe9a56a5c1
commit 5725a9e271

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"