16 lines
305 B
Markdown
16 lines
305 B
Markdown
# 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
|
|
```
|