From 08f44b9fad2c0922a9f3dfa7835f3be59c5e6f52 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 21 Feb 2016 11:41:59 +1300 Subject: Doc tweaks This patch does the following: - Fixes all warnings in the doc tree - Adds a modd + devd conf file that renders HTML and treats doc warnings as errors. This lets you send warning output to your desktop notifier, and gives livereload similar to the livehtml entry in the Makefile. - Some small tweaks Sphinx currently has a bug that causes unknown options to generate a warning: https://github.com/sphinx-doc/sphinx/issues/2229 This is fixed in stable, but not yet released. You can update Sphinx to the latest stable like so: pip install --upgrade https://github.com/sphinx-doc/sphinx/archive/stable.zip --- docs/dev/sslkeylogfile.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/dev') diff --git a/docs/dev/sslkeylogfile.rst b/docs/dev/sslkeylogfile.rst index 04b86cc4..cb1f8f09 100644 --- a/docs/dev/sslkeylogfile.rst +++ b/docs/dev/sslkeylogfile.rst @@ -8,6 +8,7 @@ connections both from and to the proxy. Key logging is enabled by setting the en :envvar:`SSLKEYLOGFILE` so that it points to a writable text file. Recent versions of WireShark can use these log files to decrypt packets. You can specify the key file path in WireShark via + :samp:`Edit -> Preferences -> Protocols -> SSL -> (Pre)-Master-Secret log filename`. Note that :envvar:`SSLKEYLOGFILE` is respected by other programs as well, e.g. Firefox and Chrome. -- cgit v1.2.3