Skip to content

Commit

Permalink
Include _static folder from mlx.traceability plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Nov 27, 2019
1 parent 75a158c commit 26412e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
#html_static_path = [os.path.join(os.path.dirname(mlx.traceability.__file__), 'assets')]
html_static_path.append(os.path.join(os.path.dirname(mlx.traceability.__file__), 'assets'))

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down

0 comments on commit 26412e4

Please sign in to comment.