Skip to content

Commit

Permalink
Merge pull request #55 from melexis/include_traceability_static
Browse files Browse the repository at this point in the history
Include _static folder from mlx.traceability plugin in example
  • Loading branch information
Letme committed Nov 28, 2019
2 parents e7bdaf7 + 26412e4 commit 81c9b19
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 81c9b19

Please sign in to comment.