mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
6 lines
271 B
Batchfile
6 lines
271 B
Batchfile
|
|
@echo off
|
||
|
|
rem This script must be executed from this folder.
|
||
|
|
pip install -r ../../docs/python/requirements.txt
|
||
|
|
python -m sphinx -j2 -v -T -b html -d ../../build/docs/_doctrees/html ../../docs/python ../../build/docs/html
|
||
|
|
python -u rename_folders.py ../../build/docs/html
|