mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-11 09:40:48 +00:00
Fix doc build
This commit is contained in:
parent
1e94a463ed
commit
2952130cbc
@ -163,7 +163,7 @@ class CxxHandler(BaseHandler):
|
|||||||
include_dir = os.path.join(top_dir, 'include', 'fmt')
|
include_dir = os.path.join(top_dir, 'include', 'fmt')
|
||||||
self._ns2doxyxml = {}
|
self._ns2doxyxml = {}
|
||||||
build_dir = os.path.join(top_dir, 'build')
|
build_dir = os.path.join(top_dir, 'build')
|
||||||
os.mkdirs(build_dir, exists_ok=True)
|
os.makedirs(build_dir, exist_ok=True)
|
||||||
self._doxyxml_dir = os.path.join(build_dir, 'doxyxml')
|
self._doxyxml_dir = os.path.join(build_dir, 'doxyxml')
|
||||||
p = Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=STDOUT)
|
p = Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=STDOUT)
|
||||||
_, _ = p.communicate(input=r'''
|
_, _ = p.communicate(input=r'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user