Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Jan 20, 2019
1 parent 6dab254 commit 472ba27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
# Ignore coverage file
.coverage

# Ignore testing related files
.pytest_cache/*

# Ignore temp file for linter output
_lint.txt

Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ && \
Expand Down

0 comments on commit 472ba27

Please sign in to comment.