requests-mock/doc/source/contrib.rst
Jamie Lennox 9fbd45b35f Fix docs building
As part of review [1] the openstack build system assumes the layout of
the docs directories to be doc/build. This is not what requests-mock was
producing. Fix the docs building directories to make it work with the
build system again.

[1] Icb0c02dc5b6f7b5e248e0df6d6093c29535b08f3

Closes-Bug: #1630114
Change-Id: Iea93ecfb0506d5ccd0b79ad35f5677797fadf730
2016-10-04 16:34:16 +11:00

323 B

Additional Loading

Common additional loading mechanism are supported in the :pyrequests_mock.contrib module.

These modules may require dependencies outside of what is provided by requests_mock and so must be provided by the including application.

fixture