diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-07-22 10:29:07 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-07-22 10:29:07 +0200 |
| commit | 00ace01411b4cb558e71bfaf34cf42870e73092b (patch) | |
| tree | d43756c9082df1ca8aa506b33bb0c409b6f756ab /docs/conf.py | |
| parent | a84d79f572fbe7512b999c6b3cd7667cbe3138ff (diff) | |
[py3] Documented coding guidelines for Python 3.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 659115dfbd..39a280e464 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,6 +94,7 @@ pygments_style = 'trac' intersphinx_mapping = { 'python': ('http://docs.python.org/2.7', None), 'sphinx': ('http://sphinx.pocoo.org/', None), + 'six': ('http://packages.python.org/six/', None), } # Python's docs don't change every week. |
