Skip to content
Snippets Groups Projects

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

Merged Karel van Klink requested to merge add-test-script into development
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
#!/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/
Loading