CLI to download documentations from ReadTheDocs.org
sudo pip install -U rtfd-cli
or
sudo python setup.py install
Run it using rtfd-cli
usage: rtfd-cli [-h] [-o OUTPUT_DIRECTORY] [-c] [QUERY [QUERY ...]]
Download docs right from the Command-Line
positional arguments:
QUERY name of the project
optional arguments:
-h, --help show this help message and exit
-o OUTPUT_DIRECTORY, --output-directory OUTPUT_DIRECTORY
custom output directory
-c, --color colorize or style text
Any PR's in bug fixes, features and documentation are most welcome!
The MIT License