DPDK文档中文版(17.05.0-rc4) 使用Sphinx构建,主题使用的是theme。
#安装Sphinx
[root@host ~]# pip install Sphinx
#安装主题
[root@host ~]# pip install sphinx-rtd-theme
#构建中文文档
[root@host ~]# cd guides_zh
[root@host ~]# sphinx-build . html
构建完成的文档在 guides_zh/html/index.html