##// END OF EJS Templates
feat(docs): build docs using docker image...
marcink -
Show More
@@ -0,0 +1,6 b''
1 ## BUILD
2 # cd docs
3 # docker build --tag sphinx-doc-build .
4
5 # Build Docs
6 # docker run --rm -v $PWD:/project --workdir=/project/docs sphinx-doc-build make clean html No newline at end of file
@@ -1,10 +1,5 b''
1 ## BUILD
2 # docker build --tag sphinx-doc-build .
3
4 # Build Docs
5 # docker run --rm -v $PWD:/docs --workdir=/project/docs sphinx-doc-build make clean html
6 FROM sphinxdoc/sphinx
1 FROM sphinxdoc/sphinx
7
2
8 WORKDIR /project
3 WORKDIR /project
9 ADD requirement_docs.txt /project
4 ADD requirements_docs.txt /project
10 RUN pip3 install -r requirement_docs.txt
5 RUN pip3 install -r requirements_docs.txt
1 NO CONTENT: file renamed from docs/requirement_docs.txt to docs/requirements_docs.txt
NO CONTENT: file renamed from docs/requirement_docs.txt to docs/requirements_docs.txt
General Comments 0
You need to be logged in to leave comments. Login now