|
34 | 34 | # Add any Sphinx extension module names here, as strings. They can be |
35 | 35 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
36 | 36 | # ones. |
37 | | -extensions = [ |
| 37 | +extensions = [ |
38 | 38 | 'sphinx.ext.mathjax', |
39 | 39 | 'sphinxcontrib.bibtex', |
40 | 40 | 'IPython.sphinxext.ipython_console_highlighting', |
|
65 | 65 | master_pdf_doc = 'index' |
66 | 66 |
|
67 | 67 | # General information about the project. |
68 | | -project = 'QuantEcon.lectures-julia' |
| 68 | +project = 'QuantEcon.lectures-python3' |
69 | 69 | copyright = '2017, Thomas J. Sargent and John Stachurski' |
70 | 70 | author = 'Thomas J. Sargent and John Stachurski' |
71 | 71 |
|
|
124 | 124 |
|
125 | 125 | # Add rst prolog |
126 | 126 | rst_prolog = """ |
127 | | -.. highlight:: julia |
| 127 | +.. highlight:: python3 |
128 | 128 | """ |
129 | 129 |
|
130 | 130 | # -- Options for HTML output ---------------------------------------------- |
|
177 | 177 |
|
178 | 178 | # Custom sidebar templates, maps document names to template names. |
179 | 179 | # html_sidebars = { |
180 | | -# 'index': ['jl_layout.html'], |
| 180 | +# 'index': ['py_layout.html'], |
181 | 181 | # } |
182 | 182 |
|
183 | 183 | # Additional templates that should be rendered to pages, maps page names to |
|
225 | 225 | #html_search_scorer = 'scorer.js' |
226 | 226 |
|
227 | 227 | # Output file base name for HTML help builder. |
228 | | -htmlhelp_basename = 'QuantEconlectures-juliadoc' |
| 228 | +htmlhelp_basename = 'QuantEconlectures-python3doc' |
229 | 229 |
|
230 | 230 | # Tikz HTML configuration for rendering images |
231 | 231 | tikz_latex_preamble = r""" |
|
335 | 335 | # (source start file, target name, title, |
336 | 336 | # author, documentclass [howto, manual, or own class]). |
337 | 337 | latex_documents = [ |
338 | | - (master_pdf_doc, 'QuantEconlectures-julia.tex', 'QuantEcon.lectures-julia PDF', |
| 338 | + (master_pdf_doc, 'QuantEconlectures-python3.tex', 'QuantEcon.lectures-python3 PDF', |
339 | 339 | 'Thomas J. Sargent and John Stachurski', 'manual'), |
340 | 340 | ] |
341 | 341 |
|
|
393 | 393 | }, |
394 | 394 | "julia": { |
395 | 395 | "kernelspec": { |
396 | | - "display_name": "Julia 1.0.0", |
| 396 | + "display_name": "Julia 0.6.2", |
397 | 397 | "language": "julia", |
398 | | - "name": "julia-1.0" |
| 398 | + "name": "julia-0.6" |
399 | 399 | }, |
400 | 400 | "file_extension": ".jl" |
401 | 401 | } |
|
0 commit comments