Skip to content

Commit 3efaaa7

Browse files
committed
Docs: use code-block instead of raw
1 parent 2de7056 commit 3efaaa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/guides/hosting-integrations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Flyout menu
6262
Displying the flyout menu, requires adding some Javascript and CSS files in each of the documentation pages.
6363
These files have to be added inside the ``<head>`` tag:
6464

65-
.. raw:: html
65+
.. code-block:: html
6666
:linenos:
6767
:highlight: 24-25
6868

@@ -98,7 +98,7 @@ Besides including these files,
9898
a ``div`` tag is required to define *where* the flyout menu will be displayed.
9999
This tag has to be added inside the ``<body>`` tag:
100100

101-
.. raw:: html
101+
.. code-block:: html
102102

103103
<!-- Manually added to show the Read the Docs flyout -->
104104
<div id="readthedocs-embed-flyout"></div>

0 commit comments

Comments
 (0)