Skip to content

Commit

Permalink
Fix includes in Kitchen sink
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 20, 2022
1 parent 94c72de commit dcf467f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/kitchen-sink/blocks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/kitchen-sink/lists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcf467f

Please sign in to comment.