Skip to content

Instantly share code, notes, and snippets.

@usaturn
Created April 3, 2021 02:51
Show Gist options
  • Save usaturn/3afd35a3172751cd3779f0cd570f1ab6 to your computer and use it in GitHub Desktop.
Save usaturn/3afd35a3172751cd3779f0cd570f1ab6 to your computer and use it in GitHub Desktop.
amplify で sphinx を build する
version: 1
frontend:
phases:
build:
commands:
- python3 -m pip install pip setuptools -U
- python3 -m pip install -r requirements.txt
- make clean && make html
artifacts:
baseDirectory: _build/html/
files:
- '**/*'
cache:
paths: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment