aboutsummaryrefslogtreecommitdiffstats
path: root/docs/modd.conf
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-02-22 20:48:17 +1300
committerGitHub <noreply@github.com>2018-02-22 20:48:17 +1300
commit443409e32bcc28a7f0475d7af42efff03473b72f (patch)
tree9d749a57929a950f0e177a9bf4d6cd7d9a88c16b /docs/modd.conf
parent1cacefa104626e4e0df5ffb2aa8b0c6f16b615b2 (diff)
parent982508d30f887b4fe8b2a855792ae1e33f378222 (diff)
downloadmitmproxy-443409e32bcc28a7f0475d7af42efff03473b72f.tar.gz
mitmproxy-443409e32bcc28a7f0475d7af42efff03473b72f.tar.bz2
mitmproxy-443409e32bcc28a7f0475d7af42efff03473b72f.zip
Merge pull request #2890 from mitmproxy/newdocs
All new documentation
Diffstat (limited to 'docs/modd.conf')
-rw-r--r--docs/modd.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/modd.conf b/docs/modd.conf
index 0e8f0dce..ddadc11a 100644
--- a/docs/modd.conf
+++ b/docs/modd.conf
@@ -1,6 +1,8 @@
-@build = ./_build
+{
+ daemon: cd src; hugo server -D
+}
-** !_build/** ../mitmproxy/**/*.py {
- prep: sphinx-build -W -d @build/doctrees -b html . @build/html
- daemon: devd -m @build/html
+style/** {
+ # This is quite fast, so it can stay a prep rather than a daemon
+ prep: ./node_modules/.bin/node-sass -o ./src/themes/mitmproxydocs/static/css ./style/style.scss --error-bell
}