Skip to content

Commit d0fcaf8

Browse files
committed
add install_deps for making doc
1 parent ca268b2 commit d0fcaf8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

doc/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = build
9+
DEPENDENCIES = sphinx numpydoc
910

1011
# Internal variables.
1112
PAPEROPT_a4 = -D latex_paper_size=a4
@@ -39,6 +40,7 @@ help:
3940
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
4041
@echo " readme to build the README.rst file"
4142
@echo " publish to publish the doc"
43+
@echo " install_deps to install the build dependencies"
4244

4345
clean:
4446
-rm -rf $(BUILDDIR)/*
@@ -162,3 +164,8 @@ readme:
162164

163165
publish:
164166
rsync -a --delete build/html/ files.parisson.com:/var/www/files/timeside/doc/
167+
168+
install_deps:
169+
pip install $(DEPENDENCIES)
170+
@echo
171+
@echo "All dependencies installed."

doc/source/tutorials/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Contents:
77
:maxdepth: 2
88

99
Quick start <quick_start>
10-
Data management examples <data_management>
10+
Data management <data_management>
1111
Using the 'stack' (previously decoded frames) <frames_stack>
1212
Streaming out encoded audio <streaming>

0 commit comments

Comments
 (0)