Skip to content

Commit

Permalink
switch to codox for generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
igrishaev committed Oct 31, 2019
1 parent c822193 commit af6544c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kill:

.PHONY: autodoc
autodoc:
lein autodoc
lein codox
cd autodoc && git checkout gh-pages
cd autodoc && git add -A
cd autodoc && git commit -m "Documentation updated"
Expand Down
9 changes: 2 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

:profiles {:dev {:plugins [[autodoc/lein-autodoc "1.1.1"]]
:profiles {:dev {:plugins [[lein-codox "0.10.7"]]
:dependencies [[org.clojure/clojure "1.8.0"]
[log4j/log4j "1.2.17"]]

Expand All @@ -36,9 +36,4 @@
:plugins [[test2junit "1.1.2"]]
:test2junit-output-dir "target/test2junit"

:autodoc {:name "Etaoin"
:page-title "Etaoin API Documentation"
:description "Pure Clojure Webdriver protocol implementation."
:web-src-dir "https://github.com/igrishaev/etaoin/blob/"
:web-home "https://igrishaev.github.io/etaoin"
:copyright "2018 Ivan Grishaev"})
:codox {:output-path "autodoc"})

0 comments on commit af6544c

Please sign in to comment.