Add plugin to import sections of readme into the documentation

This commit is contained in:
Joe Rickerby
2019-11-03 18:30:15 +00:00
parent 46865a5f40
commit 5db3763b2d
6 changed files with 81 additions and 0 deletions
+6
View File
@@ -4,3 +4,9 @@ Home
Welcome to the cibuildwheel docs.
To get started, head over to the [setup guide](setup.md).
{%
includemarkdown "../README.md"
start="<!--intro-start-->"
end="<!--intro-end-->"
%}