tensorflow_cpp: fix root_path

pull/1165/head
Simon Legner 4 years ago
parent af0581618f
commit f9c2f25f38

@ -2,6 +2,7 @@ module Docs
class TensorflowCpp < Tensorflow
self.name = 'TensorFlow C++'
self.slug = 'tensorflow_cpp'
self.root_path = '/'
version '2.3' do
self.release = "#{version}.0"

Loading…
Cancel
Save