Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/duskmoon314/sphinx-rtd-template
- Owner: duskmoon314
- License: mit
- Created: 2021-08-20T15:08:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:35:27.000Z (about 1 year ago)
- Last Synced: 2024-11-01T03:23:41.637Z (2 months ago)
- Language: Python
- Homepage: https://duskmoon314.github.io/sphinx-rtd-template
- Size: 5.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```