.readthedocs.yaml 324 Bytes
Newer Older
Ruilong Li's avatar
Ruilong Li committed
1
2
version: 2

Matthew Tancik's avatar
Matthew Tancik committed
3
4
5
6
7
build:
  os: ubuntu-20.04
  tools:
    python: "3.9"

Matt Tancik's avatar
Matt Tancik committed
8
9
sphinx:
  fail_on_warning: true
Matthew Tancik's avatar
Matthew Tancik committed
10
  configuration: docs/source/conf.py
Matt Tancik's avatar
Matt Tancik committed
11

Ruilong Li's avatar
Ruilong Li committed
12
13
python:
  install:
Matt Tancik's avatar
Matt Tancik committed
14
    # Equivalent to 'pip install .'
Ruilong Li's avatar
Ruilong Li committed
15
16
    - method: pip
      path: .
17
18
    # Equivalent to 'pip install -r docs/requirements.txt'
    - requirements: docs/requirements.txt