##// END OF EJS Templates
feat(docs): new docs build logic...
feat(docs): new docs build logic - remove nix - use docker container - install latest google analytics

File last commit:

r5193:1e179e1f default
r5193:1e179e1f default
Show More
Dockerfile
5 lines | 117 B | text/x-dockerfile-config | DockerLexer
FROM sphinxdoc/sphinx
WORKDIR /project
ADD requirements_docs.txt /project
RUN pip3 install -r requirements_docs.txt