From aa12d973dcfc6ddb69da107a91d4e0edc3cda095 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 8 Apr 2020 10:27:30 +1000 Subject: [PATCH] add sphinx-sitemap --- conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 93281d3..8e0c660 100644 --- a/conf.py +++ b/conf.py @@ -40,6 +40,7 @@ 'IPython.sphinxext.ipython_console_highlighting', # Custom Sphinx Extensions 'sphinxcontrib.jupyter', + 'sphinx_sitemap', ] # Retired Extensions but may be useful in Future @@ -131,7 +132,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'qe-lectures' +html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -475,3 +476,7 @@ # pdf toc file jupyter_pdf_book_index = "index_toc" + +#-SiteMap-# + +html_baseurl = 'https://python-programming.quantecon.org/' \ No newline at end of file