Skip to content
Snippets Groups Projects
Verified Commit 2514d072 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

testing of docs is based on source code, so no need to build here

parent 633f5118
No related branches found
No related tags found
1 merge request!45update documentation of the provisioning proxy
#!/bin/bash
docker run -it --rm -v $(pwd)/:/gso sphinxdoc/sphinx:latest /bin/bash -c \
"pip install sphinx-autodoc2 sphinx_rtd_theme myst-parser;cd /gso/docs/source;make html"
if [ ! -d ./docs/vale/styles/proselint ] || [ ! -d ./docs/vale/styles/Microsoft ]; then
docker run -it --rm -v $(pwd)/docs:/docs jdkato/vale:latest --config="/docs/vale/.vale.ini" sync
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment