Skip to content

Commit d18485e

Browse files
committed
Fix. [skip ci]
1 parent 7c176ad commit d18485e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,13 +626,13 @@ If you do not want these back references,
626626
you can remove them using a css style sheet, as follows.
627627
First, add this to your ``conf.py``:
628628

629-
.. code:: python
629+
.. code-block:: python
630630
html_static_path = ["_static"]
631631
html_css_files = ["custom.css"]
632632
633633
Then, use this code for your ``_static/custom.css`` style sheet:
634634

635-
.. code:: css
635+
.. code-block:: css
636636
.backrefs {
637637
display: none;
638638
}

0 commit comments

Comments
 (0)