mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-28 07:53:07 +00:00
9 lines
287 B
Markdown
9 lines
287 B
Markdown
|
|
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`
|
||
|
|
|