From 78a7d31b64605b11e980a493e3c0f5b2cf53c60c Mon Sep 17 00:00:00 2001 From: greyes Date: Sat, 26 Oct 2024 12:24:22 +0200 Subject: [PATCH] Add build instruction #7 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d0dd28a..2aa9ea0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,22 @@ This is the documentation for the NewTec Git Work Instructions. You can find the resulting GitHub Pages in [here](https://newtec-gmbh.github.io/gitWorkInstructions/). +## Build the documentation + +### Requirements + +* Node 20 +* Python 3.11 + +### Instructions + +1. Clone the repository: `git clone https://github.com/NewTec-GmbH/gitWorkInstructions.git` +2. Change directory: `cd gitWorkInstructions` +3. Install Python dependencies: `pip install -r requirements.txt` +4. Install Node dependencies: `npm install` +5. Build the documentation: `sphinx-build doc _build --fail-on-warning` +6. Open the documentation: `_build/index.html` + ## Used Libraries Used 3rd party libraries which are not part of the standard Python package: