mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Pinned MkDocs to <1 until stable release is out
This commit is contained in:
parent
6a5255fe81
commit
7ef1dd08f8
@ -60,6 +60,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
|||||||
|
|
||||||
# Build documentation with overrides and publish to GitHub pages
|
# Build documentation with overrides and publish to GitHub pages
|
||||||
mkdocs gh-deploy --force
|
mkdocs gh-deploy --force
|
||||||
|
mkdocs --version
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove overrides directory so it won't get included in the image
|
# Remove overrides directory so it won't get included in the image
|
||||||
|
@ -19,6 +19,6 @@
|
|||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
# Direct dependencies
|
# Direct dependencies
|
||||||
mkdocs>=0.17.3
|
mkdocs>=0.17.3,<1
|
||||||
Pygments>=2.2
|
Pygments>=2.2
|
||||||
pymdown-extensions>=4.11
|
pymdown-extensions>=4.11
|
||||||
|
Loading…
Reference in New Issue
Block a user