Skip to content

Commit

Permalink
[CE-676] Limit package version for mkdocs
Browse files Browse the repository at this point in the history
Limit package version in requirements for mkdocs.

Change-Id: I0ba7ef96306ad12d833d7367dc89bf072379955f
Signed-off-by: Haitao Yue <[email protected]>
  • Loading branch information
hightall committed Aug 17, 2019
1 parent b24a1d8 commit 27875fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs
mkdocs-material
pygments
pymdown-extensions
mkdocs>=1.0.4
mkdocs-material>=4.4.0
pygments>=2.4.2
pymdown-extensions>=6.0

0 comments on commit 27875fe

Please sign in to comment.