|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# pietrack documentation build configuration file, created by |
4 | | -# sphinx-quickstart on Wed Jul 29 18:10:32 2015. |
| 3 | +# django_payu documentation build configuration file, created by |
| 4 | +# sphinx-quickstart on Sat Aug 22 16:31:28 2015. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
7 | 7 | # containing dir. |
|
34 | 34 | ] |
35 | 35 |
|
36 | 36 | # Add any paths that contain templates here, relative to this directory. |
37 | | -templates_path = ['_templates'] |
| 37 | +templates_path = ['ntemplates'] |
38 | 38 |
|
39 | 39 | # The suffix(es) of source filenames. |
40 | 40 | # You can specify multiple suffix as a list of string: |
|
139 | 139 | # Add any paths that contain custom static files (such as style sheets) here, |
140 | 140 | # relative to this directory. They are copied after the builtin static files, |
141 | 141 | # so a file named "default.css" will overwrite the builtin "default.css". |
142 | | -html_static_path = ['_static'] |
| 142 | +html_static_path = ['nstatic'] |
143 | 143 |
|
144 | 144 | # Add any extra paths that contain custom files (such as robots.txt or |
145 | 145 | # .htaccess) here, relative to this directory. These files are copied |
|
224 | 224 | # (source start file, target name, title, |
225 | 225 | # author, documentclass [howto, manual, or own class]). |
226 | 226 | latex_documents = [ |
227 | | - (master_doc, 'django_payu.tex', u'django_payu Documentation', |
| 227 | + (master_doc, 'django_payu.tex', u'django\\_payu Documentation', |
228 | 228 | u'Micro Pyramid', 'manual'), |
229 | 229 | ] |
230 | 230 |
|
|
0 commit comments