From b44500ae0b057e27dd803a33f8404229b87e2ea0 Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Sat, 3 Apr 2021 22:31:39 -0500
Subject: [PATCH] Fixed bullet spacing

---
 hpvm/docs/install.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hpvm/docs/install.rst b/hpvm/docs/install.rst
index 55879ee198..07de74e4c5 100644
--- a/hpvm/docs/install.rst
+++ b/hpvm/docs/install.rst
@@ -12,11 +12,17 @@ The following components are required to be installed on your machine to build H
     See `here <https://gist.github.com/ax3l/9489132>`_ for the support matrix.
 
 * CMake (>=3.17)
+
 * GNU Make (>=3.79)
+
 * OpenCL (>=1.0.0)
+
 * CUDA (>=9.0, <=10.2) with CUDNN 7
+
   * CUDNN 7 is unsupported beyond CUDA 10.2 (starting from CUDA 11)
+
 * Python (==3.6) with pip (>=20)
+
   * Python must be strictly 3.6 (any subversion from 3.6.0 to 3.6.13).
 
 Python Environment
-- 
GitLab