terraform-provider-libvirt/docs
Justin Clift abe44be9d1
Minor cleanup of migration-13 doc
Noticed a few typos and similar while reading over the doc, so figured a PR to fix them might be helpful. 😄
2021-01-24 09:03:31 +11:00
..
.gitignore Initial support to generate local documentation 2019-10-09 01:04:41 +02:00
Makefile Initial support to generate local documentation 2019-10-09 01:04:41 +02:00
README.md Initial support to generate local documentation 2019-10-09 01:04:41 +02:00
conf.py Initial support to generate local documentation 2019-10-09 01:04:41 +02:00
migration-13.md Minor cleanup of migration-13 doc 2021-01-24 09:03:31 +11:00
removefrontmatter.py Initial support to generate local documentation 2019-10-09 01:04:41 +02:00
requirements.txt Add readthedocs.org 2019-10-09 14:59:18 +02:00

README.md

Generating documentation

Requirements:

  • Sphinx
  • Python recommonmark
  • sphinx_rtd_theme

Then do:

make html