mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
.. include:: ../README.rst
|
Loading…
Add table
Reference in a new issue