|
68 | 68 |
|
69 | 69 | # General information about the project. |
70 | 70 | project = u'DTOcean' |
71 | | -copyright = u'2016 The DTOcean Developers' |
| 71 | +copyright = u'2016-{} The DTOcean Developers'.format(now.year) |
72 | 72 | author = u'unknown' |
73 | 73 |
|
74 | 74 | # The version info for the project you're documenting, acts as replacement for |
75 | 75 | # |version| and |release|, also used in various other places throughout the |
76 | 76 | # built documents. |
77 | 77 | # |
78 | 78 | # The short X.Y version. |
79 | | -version = u'1.0' |
| 79 | +version = u'2.0' |
80 | 80 | # The full version, including alpha/beta/rc tags. |
81 | | -release = u'1.0.0' |
| 81 | +release = u'2.0.0' |
82 | 82 |
|
83 | 83 | # The language for content autogenerated by Sphinx. Refer to documentation |
84 | 84 | # for a list of supported languages. |
85 | 85 | # |
86 | 86 | # This is also used if you do content translation via gettext catalogs. |
87 | 87 | # Usually you set "language" from the command line for these cases. |
88 | | -language = "en" |
| 88 | +language = None |
89 | 89 |
|
90 | 90 | # There are two options for replacing |today|: either, you set today to some |
91 | 91 | # non-false value, then it is used: |
|
96 | 96 | # List of patterns, relative to source directory, that match files and |
97 | 97 | # directories to ignore when looking for source files. |
98 | 98 | exclude_patterns = ['_build', |
| 99 | + 'data', |
99 | 100 | 'contents.rst', |
100 | | - 'technical/hydrodynamics.rst', |
101 | | - 'technical/electrical.rst', |
102 | | - 'technical/moorings.rst', |
103 | | - 'technical/instalation.rst', |
104 | | - 'technical/operations.rst', |
105 | | - 'technical/economics.rst', |
106 | | - 'technical/reliability.rst', |
107 | | - 'technical/environment.rst', |
108 | | - 'user/hydrodynamics.rst', |
109 | | - 'user/electrical.rst', |
110 | | - 'user/moorings.rst', |
111 | | - 'user/installation.rst', |
112 | | - 'user/operations.rst', |
113 | | - 'user/economics.rst', |
114 | | - 'user/reliability.rst', |
115 | | - 'user/environment.rst'] |
116 | | - |
| 101 | + 'user/database_tables.rst'] |
| 102 | + |
117 | 103 | # The reST default role (used for this markup: `text`) to use for all |
118 | 104 | # documents. |
119 | 105 | #default_role = None |
|
250 | 236 |
|
251 | 237 | ADDITIONAL_PREAMBLE = """ |
252 | 238 | \setcounter{tocdepth}{4} |
| 239 | +\DeclareUnicodeCharacter{3003}{---"---} |
253 | 240 | """ |
254 | 241 |
|
255 | 242 | latex_elements = { |
|
264 | 251 |
|
265 | 252 | # Latex figure (float) alignment |
266 | 253 | #'figure_align': 'htbp', |
267 | | - |
268 | | - # Use extended UTF8 character set |
269 | | - 'inputenc': "\\usepackage[utf8x]{inputenc}" |
270 | 254 | } |
271 | 255 |
|
272 | 256 | # Grouping the document tree into LaTeX files. List of tuples |
|
0 commit comments