sphinx-csharp icon indicating copy to clipboard operation
sphinx-csharp copied to clipboard

AttributeError: module 'sphinx_csharp.csharp' has no attribute 'CSharpNamespacePlain'

Open red8888 opened this issue 3 years ago • 1 comments

I get the following error when adding the sphinx_csharp extension

Exception occurred:
  File "/usr/local/lib/python3.9/site-packages/breathe/renderer/sphinxrenderer.py", line 185, in <module>
    class CSharpNamespacePlain(BaseObject, cs.CSharpNamespacePlain):
AttributeError: module 'sphinx_csharp.csharp' has no attribute 'CSharpNamespacePlain'
The full traceback has been saved in /var/folders/gj/_wrr7xy53f5bkr53zt2zp4qw0000gp/T/sphinx-err-gl7u19db.log, if you want to report the issue to the developers.

red8888 avatar Feb 01 '22 19:02 red8888

You should use my fork, which is much more up to date. The breathe integration only works with my fork. Also im not sure if python 3.9 is supported.

rogerbarton avatar Feb 02 '22 09:02 rogerbarton