Skip to content

Commit 1fa4f8a

Browse files
authored
Merge pull request #8466 from readthedocs/nienn/docs-link-custom-class
Docs: Add links to documentation on creating custom classes
2 parents e2f2ba2 + bcad22b commit 1fa4f8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/user/guides/adding-custom-css.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ you can include the theme's normal CSS using the CSS
7777
body {
7878
/* ... */
7979
}
80+
81+
82+
.. seealso::
83+
84+
You can also add custom classes to your html elements. See `Docutils Class <https://docutils.sourceforge.io/docs/ref/rst/directives.html#class>`_ and this related `Sphinx footnote... <https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#id2>`_ for more information.

0 commit comments

Comments
 (0)