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
In xarray-contrib/xdggs#80 I've tried to build sphinx-based documentation that includes notebooks using lonboard maps using myst-nb (but nbsphinx has the same issue).
This turns out to mess up the text styles for most of the sphinx themes (the ones I tested were sphinx_book_theme, pydata_sphinx_theme and furo).
I'm not sure if this is an issue with lonboard / its dependencies, or with the sphinx themes, though.
Environment
OS: ubuntu 24.04
Browser: firefox 131.0.3 and chromium 130.0.6723.69
Lonboard Version: 0.10.3
Steps to reproduce the bug
Setup environment and install the dependencies
Put conf.py, index.md, and the air-traffic-control notebook from the lonboard examples (might need to adjust the notebook kernel first, though) in a directory
run python -m sphinx -M html -d _build/doctrees -W --keep-going -Ea -T -n . _build/html
Compare _build/html/air-traffic-control.html with the one from the example in lonboard's documentation.
Context
In xarray-contrib/xdggs#80 I've tried to build
sphinx
-based documentation that includes notebooks usinglonboard
maps usingmyst-nb
(butnbsphinx
has the same issue).This turns out to mess up the text styles for most of the
sphinx
themes (the ones I tested weresphinx_book_theme
,pydata_sphinx_theme
andfuro
).See the PR preview for how exactly this breaks.
I'm not sure if this is an issue with
lonboard
/ its dependencies, or with thesphinx
themes, though.Environment
Steps to reproduce the bug
conf.py
,index.md
, and theair-traffic-control
notebook from thelonboard
examples (might need to adjust the notebook kernel first, though) in a directorypython -m sphinx -M html -d _build/doctrees -W --keep-going -Ea -T -n . _build/html
_build/html/air-traffic-control.html
with the one from the example inlonboard
's documentation.index.md
conf.py
Dependencies
The text was updated successfully, but these errors were encountered: