repo.or.cz
/
propaganda-bots.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
full commit
[propaganda-bots.git]
/
build.sh
blob
20a157504141596a7911579766278fbae78c45bf
1
#!/bin/sh
2
3
SPHINXOPTS
=
4
SPHINXBUILD
=
python
-msphinx
5
SPHINXPROJ
=
"Reality Show"
6
SOURCEDIR
=
.
7
BUILDDIR
=
_build
8
9
python3
-m
pip
install
sphinx
--user
10
11
# python3 -m sphinx -M help "${SOURCEDIR}" "${BUILDDIR}" ${SPHINXOPTS}
12
13
python3
-m
sphinx
-M
html
${SOURCEDIR} ${BUILDDIR} ${SPHINXOPTS}
14