Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,3 @@ install:
script:
# Runs unit tests
- tox

# Build docs pages only from master branch
- if [ "$TRAVIS_BRANCH" = "master" ]; then make build-docs; fi

deploy:
# Deploy the docs to Github Pages *only* from master branch
- provider: pages
skip_cleanup: true
local_dir: docs/website/_build/html
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
keep-history: true
on:
branch: master

5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ test:
$(info [*] Run the unit test with minimum code coverage of $(CODE_COVERAGE)%...)
@pytest --cov samtranslator --cov-report term-missing --cov-fail-under $(CODE_COVERAGE) tests

build-docs:
$(info [*] Build documentation...)
@pip install -r docs/website/requirements.txt
@$(MAKE) -C docs/website html

# Command to run everytime you make changes to verify everything works
dev: flake test

Expand Down
20 changes: 0 additions & 20 deletions docs/website/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions docs/website/_static/custom.css

This file was deleted.

Binary file removed docs/website/_static/logo.png
Binary file not shown.
57 changes: 0 additions & 57 deletions docs/website/_templates/about.html

This file was deleted.

21 changes: 0 additions & 21 deletions docs/website/requirements.txt

This file was deleted.