- Issue created by @eojthebrave
- πΊπΈUnited States drumm NY, US
As part of this, the build should take place in GitLab CI, so the dependencies/etc only need to be figured out for building in one place.
Right now all the build scripts use the old Python asciidoc parser but it isn't very well supported anymore. Instead, we should switch to using asciidoctor which is currently the most used and well supported parser. This should help to simplify the requirements for setting up an environment that can build the user guide. And potentially open up the door for doing some new things like generating a static site version of the guide.
Update all the build scripts and configuration to use asciidoctor.
One thing we'll have to figure out how to handle is our custom admonitions for embedding videos into guide pages.
Active
10.3
Scripts
As part of this, the build should take place in GitLab CI, so the dependencies/etc only need to be figured out for building in one place.