RHEL9-CIS/docs
Mark Bolwell a2630386b7
updated to ansible-playbook module
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2022-04-28 14:31:47 +01:00
..
source updated to ansible-playbook module 2022-04-28 14:31:47 +01:00
.readthedocs.yaml initial RTD testing 2022-04-28 12:15:53 +01:00
Makefile initial RTD testing 2022-04-28 12:15:53 +01:00
README.md initial RTD testing 2022-04-28 12:15:53 +01:00
requirements.txt initial RTD testing 2022-04-28 12:15:53 +01:00

To generate the documentation on a RHEL/CentOS 7 system, take the following steps:

  1. Install required packages:
    • yum install python3-pip python-sphinx
  2. Install the requirements:
    • sudo pip3 install -r requirements.txt
  3. Generate the documentation:
    • make singlehtml