diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2015-12-27 01:32:40 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2015-12-27 01:32:40 +0900 |
commit | 87998df9cbef2380345d436121e6bca43345d2bd (patch) | |
tree | a422823d53315624d26975d812cb059987545c30 | |
parent | 98ac902650f1d0e498f974eeee0f87425613040f (diff) | |
download | sphinx-git-87998df9cbef2380345d436121e6bca43345d2bd.tar.gz |
Fix a documentation for sphinx.ext.viewcode
-rw-r--r-- | doc/ext/viewcode.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/ext/viewcode.rst b/doc/ext/viewcode.rst index f2b6c9283..5bf8eb033 100644 --- a/doc/ext/viewcode.rst +++ b/doc/ext/viewcode.rst @@ -15,11 +15,7 @@ a highlighted version of the source code, and a link will be added to all object descriptions that leads to the source code of the described object. A link back from the source to the description will also be inserted. -There are currently no configuration values for this extension; you just need to -add ``'sphinx.ext.viewcode'`` to your :confval:`extensions` value for it to -work. - -There is also an additional config value: +There is an additional config value: .. confval:: viewcode_import |