diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-04-11 14:13:48 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-04-11 14:13:48 -0700 |
commit | 14e9b0a0ac5ca8c1177e0e501906f43511798ca1 (patch) | |
tree | 26ab091fbfe48d07e02c2ac828fadafff6427269 /docs/Makefile | |
parent | 7208a7543f4ad04cfbf304a66ea857540dbb0989 (diff) | |
download | mitmproxy-14e9b0a0ac5ca8c1177e0e501906f43511798ca1.tar.gz mitmproxy-14e9b0a0ac5ca8c1177e0e501906f43511798ca1.tar.bz2 mitmproxy-14e9b0a0ac5ca8c1177e0e501906f43511798ca1.zip |
docs: better data structure docs
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
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 |