mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 23:43:06 +00:00
initial RTD testing
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
33cfc54a5e
commit
7ec8b73375
14 changed files with 1142 additions and 0 deletions
8
docs/README.md
Normal file
8
docs/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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`
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue