Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Mocks for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Sep 30, 2017
1 parent 2ce0faa commit df40fef
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
Empty file added docs/mocks/console.py
Empty file.
Empty file added docs/mocks/editor.py
Empty file.
Empty file added docs/mocks/objc_util.py
Empty file.
Empty file added docs/mocks/ui.py
Empty file.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../mocks'))

import blackmamba # noqa: E402

Expand Down

0 comments on commit df40fef

Please sign in to comment.