Skip to content

Commit

Permalink
Fix substitution codeblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 10, 2024
1 parent a594d14 commit d1660b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"sphinx.ext.intersphinx",
"sphinx.ext.viewcode",
"notfound.extension",
"sphinx_autodoc_typehints"
"sphinx_autodoc_typehints",
"sphinx_substitution_extensions"
]
autodoc_member_order = "bysource"

Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ your path. Running ``ngrok`` with no args from the command line should show ``py
end.

.. code-block:: shell
:substitutions:
:substitutions:
bash-3.2$ ngrok
ngrok - tunnel local ports to public URLs and inspect traffic
Expand Down

0 comments on commit d1660b8

Please sign in to comment.