From c0ad9a888bcd322236244a186fd303e8fa705bc1 Mon Sep 17 00:00:00 2001 From: vitaut Date: Wed, 3 Feb 2016 09:28:44 -0800 Subject: [PATCH] Update the source location in the documentation build script --- doc/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.py b/doc/build.py index a7449c04..31ff1c30 100755 --- a/doc/build.py +++ b/doc/build.py @@ -76,7 +76,7 @@ def build_docs(version='dev'): FMT_USE_USER_DEFINED_LITERALS=1 \ FMT_API= EXCLUDE_SYMBOLS = fmt::internal::* StringValue write_str - '''.format(os.path.dirname(doc_dir)).encode('UTF-8')) + '''.format(os.path.join(os.path.dirname(doc_dir), 'cppformat')).encode('UTF-8')) if p.returncode != 0: raise CalledProcessError(p.returncode, cmd) check_call(['sphinx-build',