Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
[PagerDuty#62] Pin MkDocs to 0.15.3 to workaround conflicts with the …
Browse files Browse the repository at this point in the history
…theme in the latest version. (PagerDuty#63)
  • Loading branch information
richadams authored Nov 15, 2017
1 parent 472c739 commit ab16a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can view the documentation [directly](/docs/index.md) in this repository, or
## Development
We use [MkDocs](http://www.mkdocs.org/) to create a static site from this repository. For local development,

1. [Install MkDocs](http://www.mkdocs.org/#installation). `pip install mkdocs`
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. To test locally, run `mkdocs serve` from the project directory.

Expand Down

0 comments on commit ab16a56

Please sign in to comment.