Skip to content

Commit

Permalink
Another autodoc try
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 26, 2016
1 parent 00161f7 commit 5fac954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arcade/version.py
@@ -1,2 +1,2 @@
VERSION = "0.0.5"
RELEASE = VERSION + "a21"
RELEASE = VERSION + "a22"
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -86,7 +86,7 @@ def _warn_node(self, msg, node):
release = arcade.RELEASE


autodoc_mock_imports = ['pyglet.gl']
autodoc_mock_imports = ['pyglet', 'pyglet.gl', 'GL', 'OpenGL']

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 5fac954

Please sign in to comment.