Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 560 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (18 loc) · 560 Bytes

首先要学习安装

  1. Sphinx
  2. Install MacPorts
  pip3 install sphinx_rtd_theme
  brew install sphinx-doc pandoc
  echo 'export PATH="/usr/local/opt/sphinx-doc/bin:$PATH"' >> ~/.zshrc

编辑/更新/添加 source 目录下面的 *.rst , *.md

# 重新编译HTML
make html
# 查看命令帮助
make help html

参考: