12 Star 33 Fork 7

jajupmochi / graphkit-learn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.readthedocs.yml 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
jajupmochi 提交于 2020-10-20 11:30 . Update .readthedocs.yml.
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: docs/requirements.txt
# - requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- docs
Python
1
https://gitee.com/jajupmochi/graphkit-learn.git
git@gitee.com:jajupmochi/graphkit-learn.git
jajupmochi
graphkit-learn
graphkit-learn
master

搜索帮助