Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duskmoon314/sphinx-rtd-template

simple sphinx + read the doc + utterances template
https://github.com/duskmoon314/sphinx-rtd-template

Last synced: 22 days ago
JSON representation

simple sphinx + read the doc + utterances template

Awesome Lists containing this project

README

        

# sphinx-rtd-template

一个基本的 sphinx + read the doc + utterances 的模板,增加了 GitHub Actions 发布到 GitHub Pages 的支持

建议安装依赖方式:

```bash
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
```