We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a749191 commit 36119beCopy full SHA for 36119be
Rakefile
@@ -88,6 +88,7 @@ end
88
desc "build the docs"
89
task :docs do
90
sh "pip install sphinx"
91
+ sh "pip install ddtrace"
92
Dir.chdir 'docs' do
93
sh "make html"
94
end
0 commit comments