From dcf467f13d5869b13906ebae0b23b4d48e867089 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 20 Feb 2022 11:43:45 +0000 Subject: [PATCH] Fix includes in Kitchen sink --- docs/kitchen-sink/blocks.rst | 2 +- docs/kitchen-sink/lists.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kitchen-sink/blocks.rst b/docs/kitchen-sink/blocks.rst index 451e1dfea..af2795b96 100644 --- a/docs/kitchen-sink/blocks.rst +++ b/docs/kitchen-sink/blocks.rst @@ -135,7 +135,7 @@ They can be quoted without indentation:: > > Why didn't I think of that? -.. literalinclude:: ../../../src/furo/__init__.py +.. literalinclude:: ../../src/furo/__init__.py :language: python :caption: Literal includes can also have captions. :linenos: diff --git a/docs/kitchen-sink/lists.rst b/docs/kitchen-sink/lists.rst index ced880bd6..72a842bc7 100644 --- a/docs/kitchen-sink/lists.rst +++ b/docs/kitchen-sink/lists.rst @@ -199,7 +199,7 @@ Second list level heh heh. child. try to beat this embed: - .. literalinclude:: ../../../src/furo/__init__.py + .. literalinclude:: ../../src/furo/__init__.py :language: python :linenos: :lines: 10-20