Skip to content

Commit d221d85

Browse files
committed
Merge branch 'spinler-feat-docbuild' into 'devel'
feat(doc): add documentation build script See merge request ndk/ndk-fpga!424
2 parents 52ce651 + ed823d3 commit d221d85

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

doc/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
python3 -m venv venv-doc
3+
source ./venv-doc/bin/activate
4+
pip install -r requirements.txt
5+
make html

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
GitPython
2-
sphinx
2+
sphinx==8.2.3
33
sphinx-vhdl
44
sphinx-rtd-theme

0 commit comments

Comments
 (0)