提交 e4c61fcb authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Try to fix autodoc generation

上级 919f6779
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
# is relative to the documentation root, use os.path.abspath to make it # is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here. # absolute, like shown here.
#sys.path.append(os.path.abspath('some/directory')) #sys.path.append(os.path.abspath('some/directory'))
theano_path = os.path.join(os.path.dirname(__file__), os.pardir)
sys.path.append(os.path.abspath(theano_path))
# General configuration # General configuration
# --------------------- # ---------------------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论