centOS 搭建pipelineDB docs

#下载docs

git clone https://github.com/pipelinedb/docs.git

#安装python-sphinx &python-dev

yum install install python-sphinx

yum install python-devel.x86_64 

#python安装sphinx && aws

pip install sphinx_rtd_theme sphinx-autobuild awscli

------------------------------------------------------------

make

make serve

#同步docs

make s3

#访问

http://127.0.0.1:8000

如果想别人也能访问,修改Makefile:

serve: all

          sphinx-autobuild . _build/html -H 0.0.0.0

 

原文地址:https://www.cnblogs.com/sangli/p/5001055.html