Commit b49cfe47 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): try add readthedocs, ci skip

parent 4d617dcf
Loading
Loading
Loading
Loading

.readthedocs.yaml

0 → 100644
+43 −0
Original line number Diff line number Diff line
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version, and other tools you might need
build:
  os: ubuntu-24.04
  tools:
    python: "3.10"
  apt_packages:
    - graphviz
    - pandoc
    - texlive-latex-base
    - make
    - wget
    - curl
    - cloc
  jobs:
    pre_create_environment:
      - make dataset

formats:
  - pdf
#  - epub

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

# Optionally, but recommended,
# declare the Python requirements required to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
  install:
    - requirements: requirements.txt
    - requirements: requirements-doc.txt
    - requirements: requirements-model.txt
    - requirements: requirements-torchvision.txt
    - requirements: requirements-transformers.txt
    - method: pip
      path: .