Skip to content

Commit

Permalink
Fix docs, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed May 12, 2018
1 parent 6a1df3b commit dece85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def build_docs(version='dev', **kwargs):
FMT_USE_RVALUE_REFERENCES=1 \
FMT_USE_USER_DEFINED_LITERALS=1 \
FMT_API= \
FMT_BEGIN_NAMESPACE=namespace fmt { \
FMT_END_NAMESPACE=}
"FMT_BEGIN_NAMESPACE=namespace fmt {{" \
"FMT_END_NAMESPACE=}}"
EXCLUDE_SYMBOLS = fmt::internal::* StringValue write_str
'''.format(include_dir, doxyxml_dir).encode('UTF-8'))
if p.returncode != 0:
Expand Down

0 comments on commit dece85b

Please sign in to comment.