From ee5c576908c6c223ab7ed98b968fb580b3214396 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 2 May 2019 15:59:28 +0100 Subject: [PATCH] Deliberately moved documentation to /docs to play nice with github.io --- project.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 4edca0a..6604abc 100644 --- a/project.clj +++ b/project.clj @@ -15,8 +15,9 @@ :deploy-repositories [["releases" :clojars] ["snapshots" :clojars]] - :codox {:metadata {:doc "FIXME: write docs"} - :output-path "doc"} + :codox {:metadata {:doc "FIXME: write docs" + :doc/format :markdown} + :output-path "docs"} ;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the ;; `develop` branch, then merge the release tag into the `master` branch.