From 27f4406999b1eee29e04b09b2423a8e4646c7e24 Mon Sep 17 00:00:00 2001
From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Date: Mon, 21 Sep 2020 13:09:57 -0600
Subject: [PATCH] chore(python): add sphinx doctest extension (#765)

---
 synthtool/gcp/templates/python_library/docs/conf.py.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/synthtool/gcp/templates/python_library/docs/conf.py.j2 b/synthtool/gcp/templates/python_library/docs/conf.py.j2
index 6ce53ce77..35c8cb13c 100644
--- a/synthtool/gcp/templates/python_library/docs/conf.py.j2
+++ b/synthtool/gcp/templates/python_library/docs/conf.py.j2
@@ -39,6 +39,7 @@ extensions = [
     "sphinx.ext.autosummary",
     "sphinx.ext.intersphinx",
     "sphinx.ext.coverage",
+    "sphinx.ext.doctest",
     "sphinx.ext.napoleon",
     "sphinx.ext.todo",
     "sphinx.ext.viewcode",