Skip to content

Commit 5ee4da5

Browse files
committed
doc: fix build instructions for Python dependencies
1 parent 2ec72fe commit 5ee4da5

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

python_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx
2+
sphinx-rtd-theme
3+
alectryon==1.4.0

rocq-bluerock-brick/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ using
1313
$ dune build
1414
```
1515

16+
### Building docs
17+
18+
Install `python_requirements.txt` in your Python virtual environment, then run `make doc`.
19+
1620
## Examples
1721

1822
See the examples in the `tests` directory to get an idea of coverage that the

0 commit comments

Comments
 (0)