From bdf31864eb923744d72eeae62f19ec195469a305 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Fri, 3 Nov 2017 10:46:50 +0100 Subject: [PATCH] Create docs/README.md --- docs/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..c416d00 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,15 @@ +# Instaloader Documentation + +This directory contains sources for the Instaloader documentation. + +The documentation is hosted at: +https://instaloader.readthedocs.org/ + +## Build + +The documentation is created with [Sphinx](http://www.sphinx-doc.org/). To build it, use + +``` +pip3 install sphinx +make html +```