From 806d53feb3948df5f8388962a33cf9d74690225b Mon Sep 17 00:00:00 2001 From: sven Date: Tue, 8 Nov 2016 05:08:46 -0500 Subject: [PATCH] whoopse --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9415823..6096fe1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -353,7 +353,7 @@ def generateDoxygenXML(stripPath): PREDEFINED += NAMESPACE_END(arbitrary)="}" PREDEFINED += DOXYGEN_SHOULD_SKIP_THIS PREDEFINED += DOXYGEN_DOCUMENTATION_BUILD - ''' % stripPath) + ''' % stripPath # In python 3 strings and bytes are no longer interchangeable if sys.version[0] == "3": doxygen_input = bytes(doxygen_input, 'ASCII')