Skip to content

Commit 47bd733

Browse files
committed
Clean up how doctrees are generated for live demo
1 parent 8e49163 commit 47bd733

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ build
22
dist
33
test-output
44
*.egg-info
5-
__pycache__
5+
__pycache__
6+
docs/.doctrees

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test:
1616

1717
docs:
1818
rm -rf docs
19-
sphinx-build -E -n -W -d docs-tmp-doctrees test docs
19+
sphinx-build -E -n -W test docs
2020
echo "" > docs/.nojekyll
2121

2222
clean:

0 commit comments

Comments
 (0)