Skip to content

Commit

Permalink
chore(python): add sphinx doctest extension (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Sep 21, 2020
1 parent 80003a3 commit 27f4406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthtool/gcp/templates/python_library/docs/conf.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 27f4406

Please sign in to comment.