ablog icon indicating copy to clipboard operation
ablog copied to clipboard

don't use fancy quotes in the conf.py template

Open tiwo opened this issue 7 years ago • 3 comments

This is a three-character patch to partially fix #86 that prevented me from doing ablog build right after ablog start under Windows.

I'm still not quite sure what happened (When does Python assume a cp1252 encoding in the first place? If fancy quotes in a comment break the build, why are umlauts in blog_title working?) - but no matter what, I'm confident nobody is going to miss the fancy quotes.

tiwo avatar May 21 '17 11:05 tiwo

Travis CI fails

  • For Python 2.6 at pip install Sphinx because "ERROR: You need Python 2.7 or 3.3+ to install the typing package."
  • For Python 2.7, 3.4, 3.5 because of the unrelated #78.

tiwo avatar May 21 '17 11:05 tiwo

Thanks for the patch; I needed it for Sphinx 1.6.5/Python 3.6. Would be great to see this merged and released.

rayalan avatar Dec 13 '17 07:12 rayalan

This has now been merged into here. Thank you for the PR!

nabobalis avatar Feb 17 '18 17:02 nabobalis