We're getting a strange error trying to add a new branch to build docs for: Build exited due to unknown error: unable to sethostname "version-feature-issue-72-add-infrastructure-diagram-to-docs-of-junebug-1785263": invalid argument
Anyone seen anything like that before?
richb joined the channel
The "feature-issue-72-...." is the name of the branch in GitHun.
I am having an issue getting a Bootstrap theme to run correctly on RTD (https://github.com/ryan-roemer/sphinx-bootstrap...) My code works correctly locally, but on GTD, I can't get the layout.html template override to work.
I am not getting any error in the build log, yet the custom css I defined in the layout.html is never executed. In fact block overrides in my layout.html are not getting executed.
I really don't want to be forced to directly edit the theme any more than I have to and would prefer to extend it as the developer intended.