projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2a5192
)
Added intersphinx_mapping to doc/conf.py.
author
wking
<wking@thialfi>
Tue, 22 Jun 2010 11:20:29 +0000
(07:20 -0400)
committer
wking
<wking@thialfi>
Tue, 22 Jun 2010 11:20:29 +0000
(07:20 -0400)
See
http://sphinx.pocoo.org/ext/intersphinx.html#confval-intersphinx_mapping
doc/conf.py
patch
|
blob
|
history
diff --git
a/doc/conf.py
b/doc/conf.py
index 1090a283ff48847bc1e293338b48846c5211a405..757211c9311ab1bc344819830529af772e1e8809 100644
(file)
--- a/
doc/conf.py
+++ b/
doc/conf.py
@@
-196,3
+196,9
@@
latex_documents = [
# If false, no module index is generated.
#latex_use_modindex = True
+
+# -- Options for Intersphinx ---------------------------------------------------
+
+intersphinx_mapping = {
+ 'http://docs.python.org/dev': None,
+ }