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 matplotlib we have a sphinx theme that is a thin wrapper around pydata-sphinx-theme to provide consistent configuration across multiple projects. This is implemented with a custom theme.conf file.
However not all options that can go into html_theme_options in conf.py are supported by theme.conf. Specifically we would like to set the default logo link in our theme.conf, which looking at the default theme.conf doesn't seem to be supported by pydata-sphinx-theme at the moment.
The text was updated successfully, but these errors were encountered:
This fixes#1664,
I'm not a 100% sure if this is enough to let downstream projects set
custom links.
Should I also add any specific docs here?
I think we should also be able to remove this config setting if we can
move to theme.toml (as in
#1776).
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel McCloy <dan@mccloy.info>
In
matplotlib
we have a sphinx theme that is a thin wrapper aroundpydata-sphinx-theme
to provide consistent configuration across multiple projects. This is implemented with a customtheme.conf
file.However not all options that can go into
html_theme_options
inconf.py
are supported bytheme.conf
. Specifically we would like to set the default logo link in ourtheme.conf
, which looking at the defaulttheme.conf
doesn't seem to be supported bypydata-sphinx-theme
at the moment.The text was updated successfully, but these errors were encountered: