j-carson

Results 36 comments of j-carson

@mansenfranzen I'm working my way through the build failures... For sphinx 4.5, this is the error `E sphinx.errors.VersionRequirementError: The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0;...

Update - I fixed the sphinx 4.X install problem by adding dependencies (based on the github issue linked) to the tox.ini file. The last problem on the current test suite...

Note to self: Here is the root cause of why tests older than python 3.9 are failing https://docs.python.org/3/howto/annotations.html#accessing-the-annotations-dict-of-an-object-in-python-3-9-and-older

@mansenfranzen The bug that was causing the last test failure is actually in the getannotations function in sphinx/util/inspect.py, function getannotations needs to check for python 3.9 and follow procedure in...

The fix for the sphinx bug w/ python 3.9 that messes up some of the inheritance test cases has been merged https://github.com/sphinx-doc/sphinx/pull/11919

Make sure` :members:` is specified as the default is False

I am hitting this bug in `_sort_summary_list`, except that it is trying to compare int and None. Would you be open to a temporary workaround pull-request so that the tool...

@morcef @Cielquan The PR https://github.com/mansenfranzen/autodoc_pydantic/pull/190 is getting into better shape now -- if you can test it with your docs that are breaking let me know!

Hey @Cielquan these warnings look like your tox environment is not picking up the correct autodoc_pydantic as I did fix first warning and the second one is merged but just...

Do you have a small test case? @juhlinm When you have a test case, maybe open a new ticket since this one is closed