sphinx-contrib / matlabdomain

A Sphinx extension for documenting Matlab code
Other
64 stars 45 forks source link

Unexpected class attribute: 'Nontunable' #208

Closed willem-pennings closed 1 year ago

willem-pennings commented 1 year ago

During build, Sphinx complains about an unexpected class attribute 'Nontunable'. Here is more information about it. I use it as follows (example):

classdef Dashboard < matlab.System
    properties (Access = protected)
        bar = []
    end

    properties (Nontunable)
        foo = 0
    end

    ...
end

It seems that this attribute is simply not accounted for yet.

joeced commented 1 year ago

Fixed in #209. There will be a new release relatively soon.