From 4ff22a6e605770ca5516adff7bdd68b6a30b2cfe Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 8 Dec 2020 10:33:45 +1100 Subject: [PATCH 1/3] move from using master to pip installs --- environment.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index 40eb2503..784471e8 100644 --- a/environment.yml +++ b/environment.yml @@ -6,12 +6,12 @@ dependencies: - anaconda=2020.07 - pip - pip: - - git+https://github.com/executablebooks/jupyter-book.git + - jupyter-book - sphinxext-rediraffe - - git+https://github.com/executablebooks/sphinx-multitoc-numbering - - git+https://github.com/executablebooks/sphinx-exercise.git + - sphinx-multitoc-numbering + - sphinx-exercise - joblib - interpolation - - git+https://github.com/QuantEcon/sphinx-tojupyter.git - - git+https://github.com/QuantEcon/quantecon-book-theme.git + - sphinx-tojupyter + - quantecon-book-theme From b72f7dde06f9745bfabc8f710fab9e87321b5857 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 8 Dec 2020 10:39:04 +1100 Subject: [PATCH 2/3] remove sphinx-exercise as not currently used --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index 784471e8..55a26b67 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,6 @@ dependencies: - jupyter-book - sphinxext-rediraffe - sphinx-multitoc-numbering - - sphinx-exercise - joblib - interpolation - sphinx-tojupyter From 2d30681b8c390d78c95d771375c28f5a142ae195 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 8 Dec 2020 12:30:56 +1100 Subject: [PATCH 3/3] remove sphinx_exercise as not currently using --- lectures/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index 2c48ad48..ce878150 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -12,7 +12,7 @@ html: baseurl: https://python.quantecon.org/ sphinx: - extra_extensions: [sphinx_multitoc_numbering, sphinx_exercise, sphinxext.rediraffe, sphinx_tojupyter] + extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter] config: html_favicon: _static/lectures-favicon.ico html_theme: quantecon_book_theme