diff options
| author | Scott Moser <smoser@ubuntu.com> | 2014-10-29 19:36:57 -0400 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2014-10-29 19:36:57 -0400 |
| commit | 9eed0fef5030e2e66f4bc1e549783638087786f4 (patch) | |
| tree | 2fde82594c6e3932ed5c1bb57ea9297ee1f5655d /doc/rtd/conf.py | |
| parent | c634d32173fb09ff33896f3b03e495fada80dd33 (diff) | |
| parent | 24e6ef998899418d73a63a64141fbaa209320967 (diff) | |
| download | vyos-cloud-init-9eed0fef5030e2e66f4bc1e549783638087786f4.tar.gz vyos-cloud-init-9eed0fef5030e2e66f4bc1e549783638087786f4.zip | |
Start adding cloud config module docs.
Add the basics of docs that can be extracted from the code itself (also
impose a initial format that will be useful for further modules to
follow). In this initial addition modify the cc_debug.py and
cc_ubuntu_init_switch.py to use this new style.
LP: #1383510
Diffstat (limited to 'doc/rtd/conf.py')
| -rw-r--r-- | doc/rtd/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index 52a8f92b..9be02766 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -27,6 +27,8 @@ project = 'Cloud-Init' # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ 'sphinx.ext.intersphinx', + 'sphinx.ext.autodoc', + 'sphinx.ext.viewcode', ] intersphinx_mapping = { |
