https://github.com/thudm/cogdl
Raw File
Tip revision: 04662b2ee30b72fb94099d931938a6ec2312be9b authored by Yukuo Cen on 17 November 2020, 10:41:36 UTC
New 0.1.2 release (#57)
Tip revision: 04662b2
.readthedocs.yml
# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
  configuration: docs/source/conf.py

# 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
back to top