Skip to content

Commit 472ba27

Browse files
committed
Small updates
1 parent 6dab254 commit 472ba27

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
# Ignore coverage file
2020
.coverage
2121

22+
# Ignore testing related files
23+
.pytest_cache/*
24+
2225
# Ignore temp file for linter output
2326
_lint.txt
2427

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
# --depth 1 is a speed optimization since we don't need the
3434
# history prior to the last commit
3535
# -b gh-pages fetches only the branch for the gh-pages
36-
git clone -b gh-pages --single-branch --no-checkout --depth 1 https://github.com/voytekresearch/fooof _build/tmp_html
36+
git clone -b gh-pages --single-branch --no-checkout --depth 1 https://github.com/fooof-tools/fooof _build/tmp_html
3737
touch _build/tmp_html/.nojekyll
3838
make html
3939
cd _build/ && \

0 commit comments

Comments
 (0)