|
2 | 2 | # -*- coding: utf-8 -*- |
3 | 3 | # |
4 | 4 | # embark documentation build configuration file, created by |
5 | | -# sphinx-quickstart on Tue Jan 10 05:57:43 2017. |
| 5 | +# sphinx-quickstart on Tue Jan 10 06:39:27 2017. |
6 | 6 | # |
7 | 7 | # This file is execfile()d with the current directory set to its |
8 | 8 | # containing dir. |
|
34 | 34 | extensions = [] |
35 | 35 |
|
36 | 36 | # Add any paths that contain templates here, relative to this directory. |
37 | | -templates_path = ['ntemplates'] |
| 37 | +templates_path = ['_templates'] |
38 | 38 |
|
39 | 39 | # The suffix(es) of source filenames. |
40 | 40 | # You can specify multiple suffix as a list of string: |
|
69 | 69 | # List of patterns, relative to source directory, that match files and |
70 | 70 | # directories to ignore when looking for source files. |
71 | 71 | # This patterns also effect to html_static_path and html_extra_path |
72 | | -exclude_patterns = [] |
| 72 | +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
73 | 73 |
|
74 | 74 | # The name of the Pygments (syntax highlighting) style to use. |
75 | 75 | pygments_style = 'sphinx' |
|
94 | 94 | # Add any paths that contain custom static files (such as style sheets) here, |
95 | 95 | # relative to this directory. They are copied after the builtin static files, |
96 | 96 | # so a file named "default.css" will overwrite the builtin "default.css". |
97 | | -html_static_path = ['nstatic'] |
| 97 | +html_static_path = ['_static'] |
98 | 98 |
|
99 | 99 |
|
100 | 100 | # -- Options for HTMLHelp output ------------------------------------------ |
|
0 commit comments