/sphinx-rtd-template

simple sphinx + read the doc + utterances template

Primary LanguagePythonMIT LicenseMIT

sphinx-rtd-template

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

建议安装依赖方式:

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