[Python-modules-commits] [djangorestframework] 06/06: Work around for latest mkdocs.

Brian May bam at moszumanska.debian.org
Tue Oct 20 07:57:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository djangorestframework.

commit bb5ee5faf58473692636c8664406a4218de12e17
Author: Brian May <bam at debian.org>
Date:   Tue Oct 20 18:38:55 2015 +1100

    Work around for latest mkdocs.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 939c431..1c228a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_build:
 
 	# Build the HTML documentation.
 	mkdir $(CURDIR)/docs.debian
-	mkdocs build && mv site docs.debian/html
+	LANG=C.UTF-8 mkdocs build && mv site docs.debian/html
 
 override_dh_python3:
 	dh_python3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/djangorestframework.git



More information about the Python-modules-commits mailing list