Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit dfa8a04

Browse files
committed
use generated python conf.py file with adjustments
1 parent 80e68b7 commit dfa8a04

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_build/

rst_files/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# Add any Sphinx extension module names here, as strings. They can be
3535
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3636
# ones.
37-
extensions = [
37+
extensions = [
3838
'sphinx.ext.mathjax',
3939
'sphinxcontrib.bibtex',
4040
'IPython.sphinxext.ipython_console_highlighting',
@@ -65,7 +65,7 @@
6565
master_pdf_doc = 'index'
6666

6767
# General information about the project.
68-
project = 'QuantEcon.lectures-julia'
68+
project = 'QuantEcon.lectures-python3'
6969
copyright = '2017, Thomas J. Sargent and John Stachurski'
7070
author = 'Thomas J. Sargent and John Stachurski'
7171

@@ -124,7 +124,7 @@
124124

125125
# Add rst prolog
126126
rst_prolog = """
127-
.. highlight:: julia
127+
.. highlight:: python3
128128
"""
129129

130130
# -- Options for HTML output ----------------------------------------------
@@ -177,7 +177,7 @@
177177

178178
# Custom sidebar templates, maps document names to template names.
179179
# html_sidebars = {
180-
# 'index': ['jl_layout.html'],
180+
# 'index': ['py_layout.html'],
181181
# }
182182

183183
# Additional templates that should be rendered to pages, maps page names to
@@ -225,7 +225,7 @@
225225
#html_search_scorer = 'scorer.js'
226226

227227
# Output file base name for HTML help builder.
228-
htmlhelp_basename = 'QuantEconlectures-juliadoc'
228+
htmlhelp_basename = 'QuantEconlectures-python3doc'
229229

230230
# Tikz HTML configuration for rendering images
231231
tikz_latex_preamble = r"""
@@ -335,7 +335,7 @@
335335
# (source start file, target name, title,
336336
# author, documentclass [howto, manual, or own class]).
337337
latex_documents = [
338-
(master_pdf_doc, 'QuantEconlectures-julia.tex', 'QuantEcon.lectures-julia PDF',
338+
(master_pdf_doc, 'QuantEconlectures-python3.tex', 'QuantEcon.lectures-python3 PDF',
339339
'Thomas J. Sargent and John Stachurski', 'manual'),
340340
]
341341

@@ -393,9 +393,9 @@
393393
},
394394
"julia": {
395395
"kernelspec": {
396-
"display_name": "Julia 1.0.0",
396+
"display_name": "Julia 0.6.2",
397397
"language": "julia",
398-
"name": "julia-1.0"
398+
"name": "julia-0.6"
399399
},
400400
"file_extension": ".jl"
401401
}

0 commit comments

Comments
 (0)