Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/documentacion/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'documentacion/conf.py')
-rw-r--r--documentacion/conf.py31
1 files changed, 31 insertions, 0 deletions
diff --git a/documentacion/conf.py b/documentacion/conf.py
new file mode 100644
index 0000000..6181b8f
--- /dev/null
+++ b/documentacion/conf.py
@@ -0,0 +1,31 @@
+# -*- coding: utf-8 -*-
+import sys, os
+extensions = []
+templates_path = ['_templates']
+source_suffix = '.txt'
+master_doc = 'index'
+project = u'Compress'
+copyright = u'2012, Ignacio Rodríguez, Rafael Cordano, Ezequiel Pereira'
+version = '15.1 - Beta'
+release = '15 - Estable'
+exclude_patterns = ['_build']
+pygments_style = 'sphinx'
+html_theme = 'nature'
+html_static_path = ['_static']
+htmlhelp_basename = 'Compressdoc'
+latex_elements = {
+}
+latex_documents = [
+ ('index', 'Compress.tex', u'Compress Documentation',
+ u'Ignacio Rodríguez, Rafael Cordano, Ezequiel Pereira', 'manual'),
+]
+
+man_pages = [
+ ('index', 'compress', u'Compress Documentation',
+ [u'Ignacio Rodríguez, Rafael Cordano, Ezequiel Pereira'], 1)
+]
+texinfo_documents = [
+ ('index', 'Compress', u'Compress Documentation',
+ u'Ignacio Rodríguez, Rafael Cordano, Ezequiel Pereira', 'Compress', 'Utilidad para sugar que permite comprimir/descomprimir archivos',
+ 'Miscellaneous'),
+]