We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503beb7 commit 55a073fCopy full SHA for 55a073f
docs/Dockerfile
@@ -31,7 +31,7 @@ RUN python -m idom install victory semantic-ui-react @material-ui/core
31
ADD docs/main.py ./docs/
32
ADD docs/source ./docs/source
33
34
-RUN pip install -r requirements/docs.txt
+RUN pip install -r requirements/build-docs.txt
35
RUN sphinx-build -b html docs/source docs/build
36
37
# Define Entrypoint
0 commit comments