build: update sphinx tool
Use the improved version from the ndn-cxx repository
Refs: #5298
Change-Id: I41714a3f4bfa65fee0baa521fa21e1a76071b405
diff --git a/wscript b/wscript
index ea3916f..d54af77 100644
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@
opt.load(['compiler_cxx', 'gnu_dirs'])
opt.load(['default-compiler-flags',
'coverage', 'sanitizers', 'boost',
- 'doxygen', 'sphinx_build'],
+ 'doxygen', 'sphinx'],
tooldir=['.waf-tools'])
optgrp = opt.add_option_group('ChronoSync Options')
@@ -22,7 +22,7 @@
def configure(conf):
conf.load(['compiler_cxx', 'gnu_dirs',
'default-compiler-flags', 'boost',
- 'doxygen', 'sphinx_build'])
+ 'doxygen', 'sphinx'])
conf.env.WITH_TESTS = conf.options.with_tests