-
Also update to cmake variable rather than autoconf variable
-
Some people don't know what CI is, so remove use of that abbreviation when it doesn't add any value.
-
Sometimes someone may build only a subset of the documentation. The logic has to be conditional upon whether it exists, not whether it is built, since we pull pre-built docs in for CI installation.
-
* Don't surprise people with deprecation warnings * Provide detailed instructions and support for the transition
-
Fix typos in cli.rst
-
This is used to generate a schema for the job json, which can't contain `)"` because it breaks the R"(...)" syntax in C++. While C++ accepts R"anything(...)anything" to avoid this, as of this writing, MSVC 2019 doesn't understand that. For now, just avoid it by removing parentheses from the end of short help.