diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-07 21:31:20 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-07 21:31:32 -0500 |
commit | c19462988424a0b893628530094ac7865b7d1165 (patch) | |
tree | ceedf93318dfb87966858a6231ec75917a38dbd2 /doc/conf.py | |
parent | afc67491d54fb7f5854c9f10af0c80aac73ec911 (diff) | |
download | python-coveragepy-git-c19462988424a0b893628530094ac7865b7d1165.tar.gz |
Use tabs to describe different test runner quick-starts
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 06ad176a..ccdf7a65 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,6 +42,7 @@ extensions = [ 'sphinx_rst_builder', 'sphinx.ext.extlinks', 'sphinx.ext.napoleon', + 'sphinx_tabs.tabs', ] # Add any paths that contain templates here, relative to this directory. |