|
103 | 103 | #
|
104 | 104 | html_theme_options = {
|
105 | 105 | 'extra_nav_links' : {
|
106 |
| - "Getting Started (PDF)": "https://buildmedia.readthedocs.org/media/pdf/MDTF-diagnostics/latest/MDTF_getting_started.pdf", |
107 |
| - "Developer's Walkthough (PDF)": "https://buildmedia.readthedocs.org/media/pdf/MDTF-diagnostics/latest/MDTF_walkthrough.pdf", |
108 |
| - "Full documentation (PDF)": "https://buildmedia.readthedocs.org/media/pdf/MDTF-diagnostics/latest/mdtf-diagnostics.pdf" |
| 106 | + "Getting Started (PDF)": "https://mdtf-diagnostics.readthedocs.io/en/latest/_static/MDTF_getting_started.pdf", |
| 107 | + "Developer's Walkthough (PDF)": "https://mdtf-diagnostics.readthedocs.io/en/latest/_static/MDTF_walkthrough.pdf", |
| 108 | + "Full documentation (PDF)": "https://mdtf-diagnostics.readthedocs.io/_/downloads/en/latest/pdf/" |
109 | 109 | }
|
110 | 110 | }
|
111 | 111 |
|
|
177 | 177 | u'MDTF Diagnostics Documentation', author, 'manual'
|
178 | 178 | ),
|
179 | 179 | (
|
180 |
| - 'tex_getting_started', 'MDTF_getting_started.tex_', |
| 180 | + 'tex_getting_started', 'MDTF_getting_started.tex', |
181 | 181 | u"MDTF Getting Started Guide",
|
182 | 182 | r"Thomas Jackson (GFDL), Yi-Hung Kuo (UCLA), Dani Coleman (NCAR)",
|
183 | 183 | 'sphinxmdtfhowto'
|
184 | 184 | ),
|
185 | 185 | (
|
186 |
| - 'tex_walkthrough', 'MDTF_walkthrough.tex_', |
| 186 | + 'tex_walkthrough', 'MDTF_walkthrough.tex', |
187 | 187 | u"MDTF Developer's Walkthrough",
|
188 | 188 | (
|
189 | 189 | r"Yi-Hung Kuo\textsuperscript{a} \and Dani Coleman\textsuperscript{b} "
|
|
197 | 197 | ]
|
198 | 198 |
|
199 | 199 | latex_additional_files = [
|
200 |
| - 'latex/latexmkrc', |
201 | 200 | 'latex/sphinxmdtfhowto.cls'
|
202 | 201 | ]
|
203 | 202 |
|
|
0 commit comments