Created
April 3, 2021 02:51
-
-
Save usaturn/3afd35a3172751cd3779f0cd570f1ab6 to your computer and use it in GitHub Desktop.
amplify で sphinx を build する
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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