From 59cf68df534f1dd4c8e4f2055b6b258bb5f3da57 Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Sat, 22 Aug 2020 16:40:38 -0700 Subject: [PATCH] Change book_path to path_to_book Jupyter-Book looks to have changed the argument: https://jupyterbook.org/customize/config.html?highlight=issue#add-a-button-to-suggest-edits Should fix #2456 --- docs/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 85d004b9f..85c7efa1d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -5,7 +5,7 @@ logo: PSL.svg exclude_patterns: [guide/make, guide/templates, recipes/md_src, '**/README.md'] repository: url: https://github.com/PSLmodels/Tax-Calculator - book_path: docs + path_to_book: docs branch: master html: use_edit_page_button: true @@ -18,4 +18,4 @@ sphinx: extra_extensions : ['sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon', 'alabaster'] # A list of extra extensions to load by Sphinx. - config : # key-value pairs to directly over-ride the Sphinx configuration \ No newline at end of file + config : # key-value pairs to directly over-ride the Sphinx configuration