+#latex_domain_indices = True
+
+
+# -- Options for manual page output --------------------------------------------
+
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+ ('index', 'wolnelektury', 'Wolne Lektury Documentation',
+ ['Fundacja Nowoczesna Polska'], 1)
+]
+
+extlinks = {
+ 'django': (
+ 'https://docs.djangoproject.com/en/%d.%d/%%s' % django.VERSION[:2],
+ None
+ )
+}