From 527e5fcd22e83a5bb0fe9a1d3acb23de1296065f Mon Sep 17 00:00:00 2001 From: Martin Plattner Date: Thu, 25 Jun 2020 17:02:12 +0200 Subject: [PATCH] fix docs generation --- README.rst | 2 +- docs/modd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 124e47656..a6a0c119b 100644 --- a/README.rst +++ b/README.rst @@ -120,7 +120,7 @@ Documentation The following tools are required to build the mitmproxy docs: -- Hugo_ +- Hugo_ (the extended version `hugo_version` is required) - modd_ .. code-block:: bash diff --git a/docs/modd.conf b/docs/modd.conf index fbd9fe6c9..3f16cdb59 100644 --- a/docs/modd.conf +++ b/docs/modd.conf @@ -1,5 +1,5 @@ scripts/*.py { - prep: build.sh + prep: ./build.sh } {