aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-04-11 14:13:48 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-04-11 14:13:48 -0700
commit14e9b0a0ac5ca8c1177e0e501906f43511798ca1 (patch)
tree26ab091fbfe48d07e02c2ac828fadafff6427269 /docs/Makefile
parent7208a7543f4ad04cfbf304a66ea857540dbb0989 (diff)
downloadmitmproxy-14e9b0a0ac5ca8c1177e0e501906f43511798ca1.tar.gz
mitmproxy-14e9b0a0ac5ca8c1177e0e501906f43511798ca1.tar.bz2
mitmproxy-14e9b0a0ac5ca8c1177e0e501906f43511798ca1.zip
docs: better data structure docs
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 74bcda53..b8255107 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -192,4 +192,4 @@ pseudoxml:
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
livehtml:
- sphinx-autobuild -b html -z '../mitmproxy' -z '../../netlib/netlib' -r '___jb_(old|bak)___$$' $(ALLSPHINXOPTS) $(BUILDDIR)/html \ No newline at end of file
+ sphinx-autobuild -b html -z '../mitmproxy' -r '___jb_(old|bak|tmp)___$$' $(ALLSPHINXOPTS) $(BUILDDIR)/html \ No newline at end of file