cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
/* Import the Sphinx theme style. */
|
|
@import url("${sphinx_theme}.css");
|
|
|
|
/* Wrap sidebar content even within words so that long
|
|
document names do not escape sidebar borders. */
|
|
div.sphinxsidebarwrapper {
|
|
word-wrap: break-word;
|
|
}
|