From e3f511f8e87bd02c9eb02c81f538535dd4171880 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Thu, 16 Apr 2015 23:15:28 +0200 Subject: [PATCH] Fix inclusion of main README by using "self" in toctree --- README.rst | 2 +- docs/index.rst | 8 ++++---- docs/intro.rst | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 docs/intro.rst diff --git a/README.rst b/README.rst index ac2ce78..7a4f041 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Introduction +bootstrap-vz ============ bootstrap-vz is a bootstrapping framework for Debian. diff --git a/docs/index.rst b/docs/index.rst index 058b355..f972b25 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,10 +1,8 @@ -bootstrap-vz -============ - .. toctree:: :maxdepth: 1 + :hidden: - intro + self manifest providers/index plugins/index @@ -12,3 +10,5 @@ bootstrap-vz logging changelog developers/index + +.. include:: ../README.rst diff --git a/docs/intro.rst b/docs/intro.rst deleted file mode 100644 index 72a3355..0000000 --- a/docs/intro.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../README.rst