|
17 | 17 | # add these directories to sys.path here. If the directory is relative to the |
18 | 18 | # documentation root, use os.path.abspath to make it absolute, like shown here. |
19 | 19 | # |
20 | | -# import os |
21 | | -# import sys |
22 | | -# sys.path.insert(0, os.path.abspath('.')) |
| 20 | +import os |
| 21 | +import sys |
| 22 | +sys.path.insert(0, os.path.abspath('.')) |
| 23 | +sys.path.insert(0, os.path.abspath('../../')) |
23 | 24 |
|
24 | 25 |
|
25 | 26 | # -- General configuration ------------------------------------------------ |
|
69 | 70 | # |
70 | 71 | # This is also used if you do content translation via gettext catalogs. |
71 | 72 | # Usually you set "language" from the command line for these cases. |
72 | | -language = None |
| 73 | +language = 'en' |
73 | 74 |
|
74 | 75 | # List of patterns, relative to source directory, that match files and |
75 | 76 | # directories to ignore when looking for source files. |
|
99 | 100 | # Add any paths that contain custom static files (such as style sheets) here, |
100 | 101 | # relative to this directory. They are copied after the builtin static files, |
101 | 102 | # so a file named "default.css" will overwrite the builtin "default.css". |
102 | | -html_static_path = ['_static'] |
| 103 | +# html_static_path = ['_static'] |
| 104 | +html_static_path = [] |
103 | 105 |
|
104 | 106 | # Custom sidebar templates, must be a dictionary that maps document names |
105 | 107 | # to template names. |
|
147 | 149 | # (source start file, target name, title, |
148 | 150 | # author, documentclass [howto, manual, or own class]). |
149 | 151 | latex_documents = [ |
150 | | - (master_doc, 'kCSD-python.tex', 'kCSD-python Documentation', |
151 | | - 'Chintaluri et.al.', 'manual'), |
| 152 | + (master_doc, |
| 153 | + 'kCSD-python.tex', |
| 154 | + 'kCSD-python Documentation', |
| 155 | + 'Chintaluri et al.', |
| 156 | + 'manual'), |
152 | 157 | ] |
153 | 158 |
|
154 | 159 |
|
|
0 commit comments