Skip to content

Commit

Permalink
docs: try to workaround RTD issue [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Nov 1, 2016
1 parent b5fbf2a commit 04d3337
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Sphinx
sphinxcontrib-napoleon
PyOpenGL
pypandoc
git-lfs
6 changes: 6 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@

render_examples = False

# hack for lacking git-lfs support on rtd
from git_lfs import fetch
fetch(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))



render_examples = True


Expand Down

0 comments on commit 04d3337

Please sign in to comment.