1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Pinned MkDocs to <1 until stable release is out

This commit is contained in:
squidfunk 2018-08-01 10:36:12 +02:00
parent 6a5255fe81
commit 7ef1dd08f8
2 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then
# Build documentation with overrides and publish to GitHub pages
mkdocs gh-deploy --force
mkdocs --version
fi
# Remove overrides directory so it won't get included in the image

View File

@ -19,6 +19,6 @@
# IN THE SOFTWARE.
# Direct dependencies
mkdocs>=0.17.3
mkdocs>=0.17.3,<1
Pygments>=2.2
pymdown-extensions>=4.11