Skip to content

Commit

Permalink
Create docs/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igudav authored Mar 3, 2025
1 parent 2dbc492 commit f413f15
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Building docs

The docs are available [here](https://on-point-rnd.github.io/EBES/).

To build docs manually, run from the repo root
```bash
pip install -r requirements-dev.txt
make html
```
If `make` is not installed, run manually:
```bash
sphinx-build -M html docs build
```
The static HTML docs will appear in the `build/html` folder.

0 comments on commit f413f15

Please # to comment.