gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Remove the dependency on pandoc which is slow and causes formatting issues

Open parthea opened this issue 2 months ago • 0 comments

See https://github.com/googleapis/google-cloud-python/pull/14741 which fixes a docs formatting issue via post-processing which is caused by pandoc. We should remove the dependency on pandoc to avoid running into these issues. We would need to fill the gap when we remove pandoc by adding docs massaging logic in the generator.

parthea avatar Oct 16 '25 17:10 parthea