We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be28757 commit 56baa4eCopy full SHA for 56baa4e
doc/source/index.rst
@@ -252,9 +252,8 @@ produces:
252
print("hello, world!", file=sys.stderr)
253
254
.. note::
255
- To `adjust the CSS <https://docs.readthedocs.io/en/stable/guides/adding-custom-css.html>`_
256
- of the ``stderr`` stream, use the ``stderr`` class. If you are using the default
257
- Sphinx theme, for example, add the following
+ To adjust the CSS of the ``stderr`` stream, use the ``stderr`` class. If you are using
+ the default Sphinx theme, for example, add the following
258
`custom CSS <https://alabaster.readthedocs.io/en/latest/customization.html#custom-stylesheet>`_:
259
``.stderr {background-color: #FCC}``.
260
0 commit comments