Unverified Commit 0eda2e09 authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

Add .readthedocs.yaml (#136)

parent 211318d4
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
sphinx:
configuration: docs/source/conf.py
# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
- pdf
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements-docs.txt
sphinx sphinx == 6.2.1
sphinx-click sphinx-book-theme == 1.0.1
sphinx-copybutton sphinx-copybutton == 0.5.2
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment