Closed pbeaucage closed 1 year ago
Thanks for the report. I'll see what I can figure out.
The sphinx_rtd_theme branch remedies the CSS path, but there remains a conflict between sphinx_rtd_theme and the nist-header-footer.js script that PBA mandates. You can see the (mis)behavior at https://pages.nist.gov/NISTtheDocs2Death/en/sphinx_rtd_theme. I'll spend a bit more time trying to figure out how to get their respective <div>
s to stop fighting with each other, but I'll probably end up providing an option to disable nist-header-footer.js.
When I try to run the action against a repo set to use
rtd_sphinx_theme
or another theme with custom CSS likepiccolo_theme
, the browser looks for/_static/css/rtd_sphinx_theme.css
or/_static/css/piccolo_theme.css
rather than what those packages actually call the file, iirctheme.css
. Usingalabaster
works fine, likely because it doesn't have custom css to link in.