Skip to content

Commit

Permalink
fix sphinx errors
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshshukla99 committed May 2, 2023
1 parent 15f4121 commit c7953d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/code_ref/index.rst
Expand Up @@ -42,7 +42,7 @@ Interceptors


`urllib` Interceptor module (`unstable`)
--------------------------------------
----------------------------------------

.. automodapi:: pytest_response.interceptors._urllib
:no-heading:
Expand All @@ -58,7 +58,7 @@ Interceptors
----------

`urllib3` Interceptor module (`unstable`)
-------------------------------------------------
-----------------------------------------

.. automodapi:: pytest_response.interceptors._urllib3
:no-heading:
Expand Down
3 changes: 2 additions & 1 deletion docs/user_guide.rst
Expand Up @@ -95,6 +95,7 @@ Examples
^^^^^^^^

.. code-block:: python
from pytest_response import response
@response.activate("urllib")
Expand Down Expand Up @@ -181,4 +182,4 @@ Using :class:`~pytest_response.database.ResponseDB`
.. _requests: https://github.com/psf/requests
.. _aiohttp: https://github.com/aio-libs/aiohttp
.. _urllib3: https://github.com/urllib3/urllib3
.. _pytest_config: https://docs.pytest.org/en/6.2.x/customize.html#configuration-file-formats
.. _pytest_config: https://docs.pytest.org/en/6.2.x/customize.html#configuration-file-formats

0 comments on commit c7953d3

Please sign in to comment.