From 3550ff648016d3a50e392b5ca9d293b1de2d5e56 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 9 Oct 2020 08:50:24 +1100 Subject: [PATCH] test theme PR for quantecon-book-theme --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a146285..52c505d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: run: | git clone https://github.com/QuantEcon/quantecon-book-theme cd quantecon-book-theme + git checkout custom-index python setup.py install cd ../ && rm -rf quantecon-book-theme - name: Install sphinx-multitoc-numbering