Skip to content

Commit

Permalink
Stop mocking up backports.lzma on readthedocs
Browse files Browse the repository at this point in the history
For some reason mocking up this module is no longer necessary,
in fact it currently breaks documentation builds when mocked up.

Signed-off-by: Nikola Forró <nforro@redhat.com>
  • Loading branch information
nforro committed May 11, 2017
1 parent 2755269 commit b7a822b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@
# This value contains a list of modules to be mocked up. This is useful
# when some external dependencies are not met at build time and break
# the building process.
autodoc_mock_imports = ['backports.lzma', 'rpm', 'koji']
autodoc_mock_imports = ['rpm', 'koji']

0 comments on commit b7a822b

Please sign in to comment.