Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removing docs/website as its not used anymore #963

Merged
merged 11 commits into from
Jun 12, 2019
Merged
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.