Skip to content
Snippets Groups Projects
Commit 332703c8 authored by Julian Arni's avatar Julian Arni
Browse files

Fix repeated doc builds

parent 3d44c83f
No related merge requests found
......@@ -13,11 +13,6 @@ task :builddocs, [:options] do |t, args|
path = "docs"
end
Dir.chdir(path) do
sh('make html')
end
path = "docs"
Dir.chdir(path) do
sh('make html')
end
......
......@@ -44,8 +44,6 @@ task :test_docs do
(You shouldn't fix rst warnings and errors for this to pass, just get rid of exceptions.)"
puts (test_message % ["rake doc"]).colorize( :light_green )
test_sh('rake builddocs')
puts (test_message % ["rake doc[pub]"]).colorize( :light_green )
test_sh('rake builddocs[pub]')
end
task :clean_test_files do
......@@ -161,4 +159,4 @@ task :coverage => :report_dirs do
if not found_coverage_info
puts "No coverage info found. Run `rake test` before running `rake coverage`."
end
end
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment