You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by va...@apache.org on 2021/09/27 19:02:21 UTC

[couchdb-recon] 19/21: Fix as per CI's results

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to tag 2.5.2
in repository https://gitbox.apache.org/repos/asf/couchdb-recon.git

commit 428a9ff2434c671f274c9369e31ee68fc3387306
Author: Paulo F. Oliveira <pa...@gmail.com>
AuthorDate: Fri May 14 10:34:04 2021 +0100

    Fix as per CI's results
---
 rebar.config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rebar.config b/rebar.config
index 5feb77d..c24a015 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,3 +3,6 @@
         {erl_opts, [nowarn_export_all, {d, 'TEST'}]}
     ]}
 ]}.
+{edoc_opts, [
+    {preprocess, true}
+]}.