Skip to content

Commit

Permalink
fixes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoop57 committed Dec 24, 2024
1 parent aa5682a commit c26dbc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ code_theme = monokai # syntax highlighting theme
code_lexer = python # default code lexer
```

You can find all of the code theme and code lexer options here:
https://pygments.org/styles/

### Command Line Overrides

Any configuration option can be overridden via command line arguments:
Expand Down
2 changes: 2 additions & 0 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@
"code_lexer = python # default code lexer\n",
"```\n",
"\n",
"You can find all of the code theme and code lexer options here: https://pygments.org/styles/\n",
"\n",
"### Command Line Overrides\n",
"\n",
"Any configuration option can be overridden via command line arguments:\n",
Expand Down

0 comments on commit c26dbc6

Please sign in to comment.