Skip to content

Commit

Permalink
Support new refactored 40ANTS-DOC system.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Nov 15, 2022
1 parent 2fbabac commit 13dcd12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/builders/40ants-doc/builder.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#:system-packages)
(:import-from #:40ants-doc
#:section)
(:import-from #:40ants-doc/full)
(:import-from #:40ants-doc-full)
(:import-from #:alexandria
#:remove-from-plistf
#:when-let))
Expand Down Expand Up @@ -56,7 +56,7 @@
(ignore-errors (asdf:system-homepage system)))))
(when (and url
(str:starts-with-p "https://github.com/" url))
(40ants-doc/github:make-github-source-uri-fn system url))))
(40ants-doc-full/github:make-github-source-uri-fn system url))))


(defmethod docs-builder/builder:build ((builder builder) (system asdf:system)
Expand Down Expand Up @@ -103,7 +103,7 @@
(warn "Found more then one root section: ~S, probably you forgot to include one into another"
doc-sections))

(apply #'40ants-doc/builder:update-asdf-system-docs
(apply #'40ants-doc-full/builder:update-asdf-system-docs
(append doc-sections
;; We want to include changelog into the HTML documentation
;; and markdown version will be built because of :CHANGELOG-SECTIONS argument
Expand Down
2 changes: 2 additions & 0 deletions src/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"ERROR-ON-WARNINGS"
"DYNAMIC-BINDINGS")
:external-docs ("https://40ants.com/doc/"))
(0.10.0 2022-11-16
"Support new refactored 40ANTS-DOC system.")
(0.9.1 2022-10-26
"Fixed an issue with warnings from ASDF find-system function. Also, a build now should go faster.")
(0.9.0 2021-10-27
Expand Down

0 comments on commit 13dcd12

Please sign in to comment.