Skip to content

Commit

Permalink
Fix copypasta mistake in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarrano committed Apr 24, 2019
1 parent ab877c1 commit 71ce8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/riot/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def _run_cmd(cmd):
def generate_doxygen(app, config):
"""Run the doxygen make commands if we're on the ReadTheDocs server"""
if read_the_docs_build:
_run_cmd("make -C {} sphinx-prereq".format(pathlib.Path(this_dir, "..")))
_run_cmd("make -C {} sphinx-prereq".format(this_dir))

def setup(app):
app.connect("antidox-include-children", struct_no_undescore)
Expand Down

0 comments on commit 71ce8a8

Please sign in to comment.