diff --git a/thesis/source/conf.py b/thesis/source/conf.py index 4e0b347..83bfb39 100644 --- a/thesis/source/conf.py +++ b/thesis/source/conf.py @@ -167,3 +167,17 @@ rinoh_documents = [ "target": "manual", } ] + +# Smartquotes +smartquotes_excludes = { + "languages": [ + # Smartquotes is completely broken in italian! + "it", + # Keep the default, just in case + "ja", + ], + "builders": [ + "man", + "text", + ] +}