Commit 07b3db97 by Vasyl Nakvasiuk

remove test rake task

parent 9e7258d8
...@@ -488,17 +488,6 @@ task :autodeploy_properties do ...@@ -488,17 +488,6 @@ task :autodeploy_properties do
end end
task :tst, [:options] do |t, args|
puts args.options
if args.options == 'pub'
path = "doc/public"
else
path = "docs"
end
puts vvv
end
# --- Develop and public documentation --- # --- Develop and public documentation ---
desc "Invoke sphinx 'make build' to generate docs." desc "Invoke sphinx 'make build' to generate docs."
task :builddocs, [:options] do |t, args| task :builddocs, [:options] do |t, args|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment