mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 23:43:06 +00:00
|
|
||
|---|---|---|
| .. | ||
| source | ||
| .readthedocs.yaml | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
To generate the documentation on a RHEL/CentOS 7 system, take the following steps:
- Install required packages:
yum install python3-pip python-sphinx
- Install the requirements:
sudo pip3 install -r requirements.txt
- Generate the documentation:
make singlehtml