Skip to content
Snippets Groups Projects

docs: creation of basic structure

Merged Imported Administrator requested to merge docs into master
All threads resolved!
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -8,7 +8,8 @@
if [ "$(id -u)" = 0 ]; then
set -x
apk -q add \
py3-sphinx_rtd_theme
py3-sphinx_rtd_theme \
py3-sphinxcontrib-autoprogram
exec su "${TESTUSER:-pmos}" -c "sh -e $0"
fi
Loading