Skip to content

Commit

Permalink
Corrected the API documentation building.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Aug 15, 2024
1 parent 5702480 commit 2f87a13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### next

* TODO: Replace this bullet point with an actual description of a change.
* Just a retag of 1.2.1

### 1.2.2

Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,14 @@ shell-irb:

docs:
# Build the API documentation
@$(RM) -rf doc/api
@$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
$(BUNDLE) exec $(YARD) stats --list-undoc --compact)
@$(MKDIR) -p doc/api/doc doc/api/assets
@$(CP) -ar doc/assets doc/api/doc
@$(CP) -ar doc/assets/* doc/api/assets
#
# Docs: file://$(abspath doc/api)/index.html

notes:
# Print the code statistics (library and test suite)
Expand Down

0 comments on commit 2f87a13

Please sign in to comment.