提交 52e3937d 编写于 作者: S Shi-Liang

Merge branch 'theme_develop' of https://github.com/Shi-Liang/Paddle into theme_develop

Conflicts:
	doc/conf.py.in
	doc_cn/conf.py.in
	doc_theme/static/css/override.css
	doc_theme/static/js/paddle_doc_init.js
	doc_theme/templates/layout.html
body {
padding-top: 80px;
background-image: none !important;
......@@ -503,4 +922,4 @@ a, a:focus, a:hover, a:visited {
background-color: transparent;
color: #ff9711;
padding: 0;
}
}
\ No newline at end of file
......@@ -28,4 +28,4 @@ $(document).ready(function(){
$('.doc-menu-vertical').find('li.current').last().addClass('active');
$('.doc-menu-vertical').perfectScrollbar();
});
});
\ No newline at end of file
FROM paddledev/paddle:cpu-devel-latest
COPY build.sh /
RUN pip install sphinx &&\
pip install sphinx_rtd_theme &&\
apt install -y doxygen graphviz &&\
pip install breathe recommonmark numpy protobuf==2.6.1
CMD /build.sh
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册