From f4d291954b38ab45299bd4cd17b47408dd752c9a Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 11 Apr 2019 15:35:54 -0400 Subject: [PATCH] Some additional formatting in the README --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index c15ea02a1..3c105885e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,17 +2,17 @@ The xCAT docs are hosted here: https://xcat-docs.readthedocs.io/ and are written in reStructuredText (`.rst`). -## Building docs locally +## Building Docs * Clone this project * Install or update sphinx (See: https://pip.readthedocs.io/) ``` - pip install sphinx + pip install sphinx ``` or ``` - pip install sphinx --upgrade + pip install sphinx --upgrade ``` * Install ReadTheDocs theme