Skip to content

Commit 55a073f

Browse files
committed
fix doc build
1 parent 503beb7 commit 55a073f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN python -m idom install victory semantic-ui-react @material-ui/core
3131
ADD docs/main.py ./docs/
3232
ADD docs/source ./docs/source
3333

34-
RUN pip install -r requirements/docs.txt
34+
RUN pip install -r requirements/build-docs.txt
3535
RUN sphinx-build -b html docs/source docs/build
3636

3737
# Define Entrypoint

0 commit comments

Comments
 (0)