Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into improve_symbol_bind
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce authored May 19, 2017
2 parents 603feb6 + efea8e9 commit 8682567
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/mxdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _run_cmd(cmds):
print(err)
raise err

def generate_doxygen_xml(app):
def generate_doxygen(app):
"""Run the doxygen make commands"""
_run_cmd("cd %s/.. && make doxygen" % app.builder.srcdir)
_run_cmd("cp -rf doxygen/html %s/doxygen" % app.builder.outdir)
Expand Down Expand Up @@ -265,8 +265,7 @@ def add_buttons(app, docname, source):

def setup(app):
app.connect("builder-inited", build_mxnet)
# skipped to build c api doc
# app.connect("builder-inited", generate_doxygen_xml)
app.connect("builder-inited", generate_doxygen)
app.connect("builder-inited", build_scala_docs)
# skipped to build r, it requires to install latex, which is kinds of too heavy
# app.connect("builder-inited", build_r_docs)
Expand Down

0 comments on commit 8682567

Please sign in to comment.