This project hosts the source behind [docs.ansible.com](https://docs.ansible.com/)
@ -15,7 +15,7 @@ If you do not want to learn the reStructuredText format, you can also [file issu
Note that module documentation can actually be [generated from a DOCUMENTATION docstring][module-docs] in the modules directory, so corrections to modules written as such need to be made in the module source, rather than in docsite source.
To install sphinx and the required theme, install pip and then "pip install sphinx sphinx_rtd_theme"
To install sphinx and the required theme, install ``pip`` and then ``pip install sphinx sphinx_rtd_theme``