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

Merge branch 'add-test-script' into 'development'

Add script that will allow for a local test run of documentation and linting

See merge request !2
parents fa51b509 2cd8aead
No related branches found
No related tags found
2 merge requests!6[2023-07-14] publish docs,!2Add script that will allow for a local test run of documentation and linting
Pipeline #79209 passed
#!/bin/bash
docker run -it --rm -v $(pwd):/docs sphinxdoc/sphinx:latest /bin/bash -c \
"pip install sphinx_rtd_theme myst-parser;cd docs;make html"
docker run -it --rm -v $(pwd):/gap jdkato/vale:latest --config="/gap/vale/.vale.ini" sync
docker run -it --rm -v $(pwd):/gap jdkato/vale:latest --config="/gap/vale/.vale.ini" /gap/build/html/_sources/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment