Explorar o código

Merge pull request #5298 from SvenDowideit/remove-auto-markdown-conversion

Merged.
O.S. Tezer %!s(int64=11) %!d(string=hai) anos
pai
achega
3eea3e0714
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/Dockerfile

+ 1 - 1
docs/Dockerfile

@@ -37,7 +37,7 @@ WORKDIR	/docs
 #RUN	make -C /docs clean docs
 
 #convert to markdown
-RUN	./convert.sh
+#RUN	./convert.sh
 
 # note, EXPOSE is only last because of https://github.com/dotcloud/docker/issues/3525
 EXPOSE	8000