Skip to content

Commit 07177cc

Browse files
committed
address comments
1 parent 63b80e3 commit 07177cc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This folder contains the source of TVM's documentation, hosted at https://tvm.ap
4747

4848
```bash
4949
# Pillow on Ubuntu may require libjpeg-dev from apt
50-
docker run tlcpack/ci-gpu:v0.78 bash -c \
50+
./docker/bash.sh ci_gpu -c \
5151
'python3 -m pip install --quiet tlcpack-sphinx-addon==0.2.1 synr==0.5.0 && python3 -m pip freeze' > frozen-requirements.txt
5252

5353
pip install -r frozen-requirements.txt

tests/scripts/task_python_docs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ sphinx_precheck() {
5858

5959
function join_by { local IFS="$1"; shift; echo "$*"; }
6060

61+
# These warnings are produced during the docs build for various reasons and are
62+
# known to not signficantly affect the output. Don't add anything new to this
63+
# list without special consideration of its effects, and don't add anything with
64+
# a '|' character.
6165
IGNORED_WARNINGS=(
6266
'__mro__'
6367
'UserWarning'

0 commit comments

Comments
 (0)