Skip to content

Commit

Permalink
Pin version of pymdown extensions (PagerDuty#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton authored Mar 10, 2020
1 parent 2c54549 commit 4406ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run: 'sudo pip install mkdocs-bootstrap==0.1.1'
- run: 'sudo pip install mkdocs==0.15.3'
- run: 'sudo pip install mkdocs-material==0.2.4'
- run: 'sudo pip install pymdown-extensions'
- run: 'sudo pip install pymdown-extensions==6.2.1'
- run: 'mkdocs build --clean'

deploy:
Expand All @@ -23,7 +23,7 @@ jobs:
- run: 'sudo pip install mkdocs-bootstrap==0.1.1'
- run: 'sudo pip install mkdocs==0.15.3'
- run: 'sudo pip install mkdocs-material==0.2.4'
- run: 'sudo pip install pymdown-extensions'
- run: 'sudo pip install pymdown-extensions==6.2.1'
- run: 'mkdocs build --clean'
# Sync and delete any old files from the S3 bucket.
- run: 'aws s3 sync site/ s3://$AWS_S3_BUCKET --acl public-read --cache-control "max-age=86400" --exclude "*.py*" --delete'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We use [MkDocs](http://www.mkdocs.org/) to create a static site from this reposi
1. Install v0.1.1 of [MkDocs Bootstrap](https://github.com/mkdocs/mkdocs-bootstrap) `pip install mkdocs-bootstrap==0.1.1`
1. Install v0.15.3 of [MkDocs](http://www.mkdocs.org/#installation). `pip install mkdocs==0.15.3`
1. Install v0.2.4 of the [MkDocs Material theme](https://github.com/squidfunk/mkdocs-material). `pip install mkdocs-material==0.2.4`
1. Install [MkDocs PyMdown Extensions](https://squidfunk.github.io/mkdocs-material/extensions/pymdown/). `pip install pymdown-extensions`
1. Install v6.2.1 of [MkDocs PyMdown Extensions](https://squidfunk.github.io/mkdocs-material/extensions/pymdown/). `pip install pymdown-extensions==6.2.1`
1. To test locally, run `mkdocs serve` from the project directory.

## Deploying
Expand Down

0 comments on commit 4406ce2

Please sign in to comment.