From 850e445fc246cbeffaee7983e12e64bebce3cd2b Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 27 Apr 2019 17:56:03 +1000 Subject: [PATCH 1/2] Update the .readthedocs.yml file --- .readthedocs.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index be8c4a950c..ef696a181b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,16 +4,14 @@ version: 2 -# Location of sphinx configuration settings +# Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py -formats: - - pdf - - epub +formats: all +# Optionally set the version of Python and requirements required to build your docs python: version: 3.5 install: - - requirements: docs/requirements.txt - - method: pip \ No newline at end of file + - requirements: docs/requirements.txt \ No newline at end of file From 6147ac3f06945917dffd58b65dc928b12bcbb351 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 27 Apr 2019 18:00:08 +1000 Subject: [PATCH 2/2] Update README.md Added documentation badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17682bb864..44e35d7c59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree) [![Coverage Status](https://coveralls.io/repos/github/inventree/InvenTree/badge.svg)](https://coveralls.io/github/inventree/InvenTree) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree) [![Documentation Status](https://readthedocs.org/projects/inventree/badge/?version=latest)](https://inventree.readthedocs.io/en/latest/?badge=latest) [![Coverage Status](https://coveralls.io/repos/github/inventree/InvenTree/badge.svg)](https://coveralls.io/github/inventree/InvenTree) # InvenTree InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. The core of the InvenTree system is a Python/Django database backend which provides an admin interface (web-based) and a JSON API for interaction with external interfaces and applications.