Skip to content

Commit 36119be

Browse files
authored
[docs] Fix docs deploy (#554)
1 parent a749191 commit 36119be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ end
8888
desc "build the docs"
8989
task :docs do
9090
sh "pip install sphinx"
91+
sh "pip install ddtrace"
9192
Dir.chdir 'docs' do
9293
sh "make html"
9394
end

0 commit comments

Comments
 (0)