Deltares / hydromt_wflow

Wflow plugin for HydroMT
https://deltares.github.io/hydromt_wflow/
GNU General Public License v3.0
16 stars 13 forks source link

Documentation Bug (probably progressbar) #233

Closed dalmijn closed 7 months ago

dalmijn commented 7 months ago

HydroMT-Wflow version checks

Reproducible Example

Build the docs.

Current behaviour

Produces an error looking like this for example pages, as a result of updating or building the models: image

This makes the pages look like this: image

I'd say it has to do with the progress bars.

Desired behaviour

Normal looking examples pages at this point.

Additional context

No response

hboisgon commented 7 months ago

Strange... Not sure if it's only the progress bar though, seems the log is also split into several text windows instead of just the one. I see this is also happening in hydromt core: https://deltares.github.io/hydromt/latest/_examples/working_with_models_basics.html

So maybe something to do with sphinx?

JoostBuitink commented 7 months ago

I think this is related to this issue https://github.com/jupyter/nbconvert/issues/2092. Note some of the linked issues in there as well, pinning nbconvert to an older version appears to be a (temporary) fix.

dalmijn commented 7 months ago

@JoostBuitink, Thanks for the suggestion, it looks like this does the trick.