diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 046ab74..24d6b27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "3.6" install: - - pip install mkdocs + - pip install mkdocs==0.17.5 script: - mkdocs -V - make @@ -3,4 +3,9 @@ This repostitory contains the gocryptfs website that is available at https://nuetzlich.net/gocryptfs . -It is generated using mkdocs. On Debian Stretch: `pip3 install mkdocs` +It is generated using mkdocs. Install using + + pip3 install mkdocs==0.17.5 + +Note: mkdocs 1.0 [crashes](https://travis-ci.org/rfjakob/gocryptfs-website/builds/456463957) +with `Object of type 'Undefined' is not JSON serializable`. |