From 207d51bbf9ae60b1ef718f9d1f7192431fdb62ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Thu, 28 Jan 2016 12:47:03 +0100 Subject: [PATCH] docs: add documentation on how to build the docs locally --- doc/building-the-docs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/building-the-docs diff --git a/doc/building-the-docs b/doc/building-the-docs new file mode 100644 index 00000000..34f8b16f --- /dev/null +++ b/doc/building-the-docs @@ -0,0 +1,8 @@ +To build the docs locally: + +$ virtualenv venv +$ . ./venv/bin/activate +$ pip install -r requirements.txt +$ make html + +Docs will be built in _build/html/index.html .