You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception occurred:
File "/home/miska/repos/statmech/source/numsec.py", line 50, in setup
app.override_domain(CustomStandardDomain)
AttributeError: 'Sphinx' object has no attribute 'override_domain'
works w/:
app.add_domain(CustomStandardDomain, override=True)
The text was updated successfully, but these errors were encountered:
You probably need to use an older version of Sphinx. It's been a long time since I generated the text. I used 1.3.1 at the time. An update since then has probably broken compatibility.
Exception occurred:
File "/home/miska/repos/statmech/source/numsec.py", line 50, in setup
app.override_domain(CustomStandardDomain)
AttributeError: 'Sphinx' object has no attribute 'override_domain'
works w/:
app.add_domain(CustomStandardDomain, override=True)
The text was updated successfully, but these errors were encountered: