mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fix inclusion of main README by using "self" in toctree
This commit is contained in:
parent
61dc50ae23
commit
e3f511f8e8
3 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
Introduction
|
bootstrap-vz
|
||||||
============
|
============
|
||||||
|
|
||||||
bootstrap-vz is a bootstrapping framework for Debian.
|
bootstrap-vz is a bootstrapping framework for Debian.
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
bootstrap-vz
|
|
||||||
============
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
:hidden:
|
||||||
|
|
||||||
intro
|
self
|
||||||
manifest
|
manifest
|
||||||
providers/index
|
providers/index
|
||||||
plugins/index
|
plugins/index
|
||||||
|
@ -12,3 +10,5 @@ bootstrap-vz
|
||||||
logging
|
logging
|
||||||
changelog
|
changelog
|
||||||
developers/index
|
developers/index
|
||||||
|
|
||||||
|
.. include:: ../README.rst
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
.. include:: ../README.rst
|
|
Loading…
Add table
Reference in a new issue