https://github.com/thudm/cogdl
Raw File
Tip revision: 481c08f58b4b14246a7589548422df9806baddd2 authored by Yukuo Cen on 13 August 2021, 13:04:25 UTC
[Doc] v0.4.1 (#270)
Tip revision: 481c08f
.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