Skip to content

Commit

Permalink
Fix documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Mar 21, 2024
1 parent 1460d01 commit 30e7a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {'python': ('https://docs.python.org/', None)}
3 changes: 1 addition & 2 deletions docs/sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ specified so all future requests need not specify the complete URL. To create
one simplified and easy to configure version, we've added the
:class:`requests_toolbelt.sessions.BaseUrlSession` object to the Toolbelt.

.. autoclass:: requests_toolbelt.sessions.BaseUrlSession
:members:
.. class:: requests_toolbelt.sessions.BaseUrlSession

0 comments on commit 30e7a59

Please sign in to comment.