This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
[Python] Sphinx cannot handle indentation in proto comments #402
Labels
lang: python
Issues specific to Python.
priority: p2
Moderately-important priority. Fix may not be included in next release.
Observed behavior:
After fixing #401:
Build
vision
docs:fails with
Cause
Docstring for
LatLng
contains indented code blocks.Solution
For code blocks, we should be able to recognize and format them correctly; this is tracked as #222. However, we still need a solution in the general case of indentation; for example, bigtable protos have indentation that is not a code block.
/cc @bjwatson
The text was updated successfully, but these errors were encountered: