jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
191 stars 29 forks source link

Fix api_parser.Config dataclass definition #206

Closed jbms closed 1 year ago

jbms commented 1 year ago

Previously, some fields were incorrectly specified as ClassVar when they were intended as instance variables not included as parameters to __init__. In addition to being an incorrect type annotation, this led to failures on older versions of pydantic.