diff --git a/docs/Quick-Start.md b/docs/Quick-Start.md index 1a273742..2f64ac80 100644 --- a/docs/Quick-Start.md +++ b/docs/Quick-Start.md @@ -119,7 +119,7 @@ To get help for our `spock` class and defined parameters: $ python simple.py --help ``` -``` +```bash usage: /Users/a635179/Documents/git_repos/open_source/spock/examples/quick-start/simple.py -c [--config] config1 [config2, config3, ...] Quick start example diff --git a/docs/basic_tutorial/Define.md b/docs/basic_tutorial/Define.md index 7f739429..3944f99c 100644 --- a/docs/basic_tutorial/Define.md +++ b/docs/basic_tutorial/Define.md @@ -117,7 +117,7 @@ $ python tutorial.py --help We should see the help information we added to the docstring(s): -``` +```bash usage: /Users/a635179/Documents/git_repos/open_source/spock/examples/tutorial/basic/tutorial.py -c [--config] config1 [config2, config3, ...] spock Basic Tutorial diff --git a/pyproject.toml b/pyproject.toml index c7341354..2a1ba4df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ extra_dirs = ["resources"] [tool.portray.mkdocs] repo_url = "https://github.com/fidelity/spock" +markdown_extensions = ["pymdownx.superfences", "pymdownx.highlight"] [tool.portray.mkdocs.theme] favicon = "resources/images/logo_small.png"