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

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

parent fa51b509
Branches
Tags 0.73
2 merge requests!6[2023-07-14] publish docs,!2Add script that will allow for a local test run of documentation and linting
Pipeline #79208 canceled
#!/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