summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-02-11 01:33:51 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-03-03 18:36:09 +0100
commit5a1d9464543bcd7fdbeed1075d4461f213bede05 (patch)
tree2c5bce3c833c4d887d48b6ca31cf7368feb9c154 /docs/conf.py
parent853ecc70f0e1772b607554e98a714675c1dc5821 (diff)
downloadfactory-boy-5a1d9464543bcd7fdbeed1075d4461f213bede05.tar
factory-boy-5a1d9464543bcd7fdbeed1075d4461f213bede05.tar.gz
Rewrite the whole documentation.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index fd9ded6..0ccaf29 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = u'Factory Boy'
-copyright = u'2011, Raphaël Barrois, Mark Sandstrom'
+copyright = u'2011-2013, Raphaël Barrois, Mark Sandstrom'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -231,4 +231,10 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {
+ 'http://docs.python.org/': None,
+ 'django': (
+ 'http://docs.djangoproject.com/en/dev/',
+ 'http://docs.djangoproject.com/en/dev/_objects/',
+ ),
+}