Skip to content

Commit a88f97f

Browse files
author
Max Jones
committed
Ignore and clean generated sphinx docs
1 parent 3d0cf16 commit a88f97f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ var/
2222
*.egg-info/
2323
.installed.cfg
2424
*.egg
25-
doc/_build/
2625

2726
# PyInstaller
2827
# Usually these files are written by a python script from a template
@@ -52,7 +51,8 @@ coverage.xml
5251
*.log
5352

5453
# Sphinx documentation
55-
docs/_build/
54+
doc/_build/
55+
doc/generated
5656

5757
# PyBuilder
5858
target/

doc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ help:
4848

4949
clean:
5050
rm -rf $(BUILDDIR)/*
51+
rm -rf generated/*
5152

5253
html:
5354
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

0 commit comments

Comments
 (0)