Skip to content

Commit 721145a

Browse files
committed
generate nokogiri yard docs with --embed-mixins
see sparklemotion/nokogiri#1996
1 parent b067c62 commit 721145a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/nokogiri_tasks.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def nokogiri_generate_rdocs
5656

5757
pwd = Dir.pwd
5858
Dir.chdir(nokogiri_dir) do
59-
system "yard doc --output-dir #{File.join(pwd, RDOC_STAGING_DIR)}"
59+
system "yard doc --output-dir #{File.join(pwd, RDOC_STAGING_DIR)} --embed-mixins"
6060
end
6161
end
6262

0 commit comments

Comments
 (0)