Tim Gallant
Results
2
comments of
Tim Gallant
Also better adherence to semver would be great. I've been hard pinning brunch versions (including plugins) in my `package.json` to avoid any breaking minor/patch releases
I was able to solve this by loading a newer version of redoc. You can do this by specifying `redoc_uri` in your `conf.py` file. ```python redoc_uri = 'https://unpkg.com/[email protected]/bundles/redoc.standalone.js' ``` There...