fn replace_version_in_html(
doc_dir: &Path,
workspace_version: &str,
git_version: &str,
) -> Result<()>Expand description
Walks doc_dir recursively and replaces workspace_version with
git_version in every HTML file that contains the version span.