diff --git a/rakefile b/rakefile index 28c83f68ae..80669afed6 100644 --- a/rakefile +++ b/rakefile @@ -488,17 +488,6 @@ task :autodeploy_properties do 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 --- desc "Invoke sphinx 'make build' to generate docs." task :builddocs, [:options] do |t, args|