From b0487b33dc69201022eefcf7ba3f135392fd6957 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 28 Apr 2019 00:58:59 +1000 Subject: [PATCH] Change documentation root url to 'docs' --- docs/conf.py | 2 +- docs/introduction.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 792f96b010..d1b8f1c5b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ autoapi_ignore = [ # Add any paths that contain templates here, relative to this directory. autoapi_template_dir = 'templates' -autoapi_root = 'api' +autoapi_root = 'docs' autoapi_add_toctree_entry = False templates_path = ['templates'] diff --git a/docs/introduction.rst b/docs/introduction.rst index 505da5f865..e117010749 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -11,8 +11,8 @@ Django Apps The InvenTree Django ecosystem provides the following 'apps' for core functionality: -* `InvenTree `_ - High level management functions -* `Build `_ - Part build projects -* `Company `_ - Company management (suppliers / customers) -* `Part `_ - Part management -* `Stock `_ - Stock management \ No newline at end of file +* `InvenTree `_ - High level management functions +* `Build `_ - Part build projects +* `Company `_ - Company management (suppliers / customers) +* `Part `_ - Part management +* `Stock `_ - Stock management \ No newline at end of file