#下载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

 

 

相关文章:

  • 2021-11-13
  • 2021-08-18
  • 2021-11-16
  • 2021-11-03
  • 2021-09-25
  • 2021-09-22
  • 2021-11-22
  • 2021-09-05
猜你喜欢
  • 2021-12-04
  • 2022-12-23
  • 2021-12-02
  • 2021-08-22
  • 2021-07-29
  • 2021-10-09
  • 2021-11-21
相关资源
相似解决方案