From 472ba27726bcb108420671fbeede496e72117af5 Mon Sep 17 00:00:00 2001 From: TomDonoghue Date: Sun, 20 Jan 2019 14:49:40 -0800 Subject: [PATCH] Small updates --- .gitignore | 3 +++ doc/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 557850b7..e60a2bf8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ # Ignore coverage file .coverage +# Ignore testing related files +.pytest_cache/* + # Ignore temp file for linter output _lint.txt diff --git a/doc/Makefile b/doc/Makefile index 98f167f3..aac41c7c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -33,7 +33,7 @@ install: # --depth 1 is a speed optimization since we don't need the # history prior to the last commit # -b gh-pages fetches only the branch for the gh-pages - git clone -b gh-pages --single-branch --no-checkout --depth 1 https://github.com/voytekresearch/fooof _build/tmp_html + git clone -b gh-pages --single-branch --no-checkout --depth 1 https://github.com/fooof-tools/fooof _build/tmp_html touch _build/tmp_html/.nojekyll make html cd _build/ && \