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
I have my own fork of sphinx_rtd_theme, and I'm trying to get the styles from my fork to override the default styles on readthedocs.org. I'm attempting to do this by using the upgrade flag (#4156) to replace the upstream sphinx_rtd_theme with my fork in my project's environment.
However, it looks like the theme.css that's served is still the upstream version. How can I override the CSS properly?
Read the Docs project URL: pyphi.readthedocs.io
Read the Docs username (if applicable): wmayner
Expected Result
theme.css from my fork should be served.
Actual Result
theme.css from upstream is served instead.
The text was updated successfully, but these errors were encountered:
Details
I have my own fork of
sphinx_rtd_theme
, and I'm trying to get the styles from my fork to override the default styles on readthedocs.org. I'm attempting to do this by using the upgrade flag (#4156) to replace the upstreamsphinx_rtd_theme
with my fork in my project's environment.However, it looks like the
theme.css
that's served is still the upstream version. How can I override the CSS properly?Expected Result
theme.css
from my fork should be served.Actual Result
theme.css
from upstream is served instead.The text was updated successfully, but these errors were encountered: