Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Comment out currently failing documenation services
Browse files Browse the repository at this point in the history
This is a stopgap measure to prevent builds from failing. See #90.
  • Loading branch information
isms committed Sep 4, 2017
1 parent f741c9c commit 5ceab89
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@ services:
ports:
- "8001:8001"

compile_docs:
restart: always
build:
context: .
dockerfile: ./compose/prediction/Dockerfile-dev
volumes:
- ./:/app
command: make -C /app/docs html
# compile_docs:
# restart: always
# build:
# context: .
# dockerfile: ./compose/prediction/Dockerfile-dev
# volumes:
# - ./:/app
# command: make -C /app/docs html

documentation:
build:
context: .
dockerfile: ./compose/prediction/Dockerfile-dev
depends_on:
- compile_docs
working_dir: /app/docs/_build/html
volumes:
- ./docs/_build/html:/app/docs/_build/html
- ./:/app
command: python -m http.server
ports:
- "8002:8000"
# documentation:
# build:
# context: .
# dockerfile: ./compose/prediction/Dockerfile-dev
# depends_on:
# - compile_docs
# working_dir: /app/docs/_build/html
# volumes:
# - ./docs/_build/html:/app/docs/_build/html
# - ./:/app
# command: python -m http.server
# ports:
# - "8002:8000"

0 comments on commit 5ceab89

Please sign in to comment.