Skip to content

Commit 68d1ed7

Browse files
praneetapbrettstack
authored andcommitted
chore: remove docs/website as its not used anymore (#963)
* chore: update test_translator.py (#933) * fix: partitionalize arn in StepFunctionsExecutionPolicy (#941) * fix: fix a deprecation warning from jsonschema 3.x (#946) For example, in https://travis-ci.org/awslabs/serverless-application-model/jobs/538917819: /home/travis/build/awslabs/serverless-application-model/.tox/py36/lib/python3.6/site-packages/jsonschema/validators.py:893: DeprecationWarning: The metaschema specified by $schema was not found. Using the latest draft to validate, but this will raise an error in the future. cls = validator_for(schema) * feat: openapi version 3 support non-auth changes (#932) * feat: openapi support for auth usecases (#949) * chore: Fixing security alerts on the repo * addressed cr comments
1 parent 13041f0 commit 68d1ed7

File tree

7 files changed

+0
-152
lines changed

7 files changed

+0
-152
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,3 @@ install:
2525
script:
2626
# Runs unit tests
2727
- tox
28-
29-
# Build docs pages only from master branch
30-
- if [ "$TRAVIS_BRANCH" = "master" ]; then make build-docs; fi
31-
32-
deploy:
33-
# Deploy the docs to Github Pages *only* from master branch
34-
- provider: pages
35-
skip_cleanup: true
36-
local_dir: docs/website/_build/html
37-
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
38-
keep-history: true
39-
on:
40-
branch: master
41-

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ test:
4747
$(info [*] Run the unit test with minimum code coverage of $(CODE_COVERAGE)%...)
4848
@pytest --cov samtranslator --cov-report term-missing --cov-fail-under $(CODE_COVERAGE) tests
4949

50-
build-docs:
51-
$(info [*] Build documentation...)
52-
@pip install -r docs/website/requirements.txt
53-
@$(MAKE) -C docs/website html
54-
5550
# Command to run everytime you make changes to verify everything works
5651
dev: flake test
5752

docs/website/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/website/_static/custom.css

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/website/_static/logo.png

-11.5 KB
Binary file not shown.

docs/website/_templates/about.html

Lines changed: 0 additions & 57 deletions
This file was deleted.

docs/website/requirements.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)