Skip to content

Commit

Permalink
syntax highlighting fix in mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed May 25, 2021
1 parent 8439f6e commit b7b4843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Quick-Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/basic_tutorial/Define.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7b4843

Please sign in to comment.