From d8b8153d23128541ae33d4c5c9713c9607fd94f5 Mon Sep 17 00:00:00 2001 From: Daniel Young Lee Date: Tue, 2 May 2023 16:41:34 -0700 Subject: [PATCH] Update docgen to disable smartquotes. --- docs/generate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/generate.sh b/docs/generate.sh index cd09c7c..c10579e 100755 --- a/docs/generate.sh +++ b/docs/generate.sh @@ -123,6 +123,7 @@ todo_include_todos = False html_theme = "devsite_sphinx_theme" html_theme_path = ["$THEMEPATH"] html_permalinks = False +smartquotes = False project = u'$TITLE' copyright = u'2022, Google' author = u'Google'