1. 首页
  2. 数据库
  3. 其它
  4. Sphinx入门和RTD线上配置

Sphinx入门和RTD线上配置

上传者: 2021-01-16 17:04:32上传 PDF文件 51.51KB 热度 14次
安装 $ brew install sphinx-doc 启动 $ sphinx-quickstart 配置 Separate source and build directories (y/n) [n]: n Project name: my-first-sphinx-project Author name(s): vincentlu Project release []: 1.0 Project language [en]: en 初始化后,文件目录如下: . ├── Makefile ├── _build ├── _static ├── _templates ├── conf.py
下载地址
用户评论