Skip to content

Commit

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

Expand Down Expand Up @@ -201,7 +200,3 @@
# -- Extension configuration -------------------------------------------------

intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

rst_prolog = """
.. |pyngrok_version| replace:: {pyngrok_version}
""".format(pyngrok_version=version)
3 changes: 1 addition & 2 deletions docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ your path. Running ``ngrok`` with no args from the command line should show ``py
end.

.. code-block:: shell
:substitutions:
bash-3.2$ ngrok
ngrok - tunnel local ports to public URLs and inspect traffic
Expand All @@ -26,7 +25,7 @@ end.
...
PYNGROK VERSION:
|pyngrok_version|
7.1.5
.. note::

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ docs = [
"Sphinx",
"sphinx-notfound-page",
"sphinx_autodoc_typehints",
"sphinx-substitution-extensions",
"mypy",
"types-PyYAML"
]
Expand Down

0 comments on commit ffdb1a8

Please sign in to comment.