Documentation generates no content
dandhlee opened this issue · 1 comments
dandhlee commented
Will have to see if there are config changes that I can quickly make to fix the documentation.
dandhlee commented
I was able to work around the issue with google.iam.v1
import missing in virtualenv. To work around it, disable virtualenv usage in nox, and when testing, don't use venv.
python3 -m nox -s docfx --no-venv
This was able to generate the documentation. However, it's still empty - I checked the Sphinx HTML and it still only generated the following:
API Reference¶
* Services for Google Iam v1 API
* Types for Google Iam v1 API
Services for Google Iam v1 API¶
grpc-google-iam-v1
Google Cloud Client Libraries for grpc-google-iam-v1
Types for Google Iam v1 API¶
grpc-google-iam-v1
Google Cloud Client Libraries for grpc-google-iam-v1
I'll close this as WAI. Looks like we'll need more content before we can start generating the files.