Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docfx session does not run for python-spanner-django #768

Open
dandhlee opened this issue May 31, 2022 · 2 comments
Open

docfx session does not run for python-spanner-django #768

dandhlee opened this issue May 31, 2022 · 2 comments
Assignees
Labels
api: spanner Issues related to the googleapis/python-spanner-django API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@dandhlee
Copy link
Contributor

Noticed this on #767, not sure what could be wrong. Will investigate.

@dandhlee dandhlee added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels May 31, 2022
@dandhlee dandhlee self-assigned this May 31, 2022
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner-django API. label May 31, 2022
@IlyaFaer
Copy link
Contributor

IlyaFaer commented Jul 15, 2022

@dandhlee, I've investigated it a bit. The problem is happening for this class:

class DatabaseWrapper(BaseDatabaseWrapper):

I've added try-except into docfx function to log what's happening there, see this:

Untitled

So, source wasn't built for the class DatabaseWrapper

@dandhlee
Copy link
Contributor Author

Ah, I think the bigger issue is that it's using Sphinx V5, which has a loooot of breaking changes. I'll pin to use Sphinx v4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner-django API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants