Skip to content

Commit

Permalink
Found fix to pygment style problem
Browse files Browse the repository at this point in the history
- bump jupyter-book version
- it seems that jupyter-lab superseeds jupyter-notebook
  • Loading branch information
mwiesenberger committed Jan 30, 2024
1 parent 68a2900 commit 182a48e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ ghp-import -n -f -p -o _build/html
```
## Last succesful build
```bash
Jupyter Book : 0.12.1
External ToC : 0.2.3
MyST-Parser : 0.15.2
MyST-NB : 0.13.1
Sphinx Book Theme : 0.1.10
Jupyter-Cache : 0.4.3
NbClient : 0.5.3
Jupyter Book : 1.0.0
External ToC : 1.0.1
MyST-Parser : 2.0.0
MyST-NB : 1.0.0
Sphinx Book Theme : 1.1.0
Jupyter-Cache : 0.6.1
NbClient : 0.5.13
```
## Author
Matthias Wiesenberger
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ only_build_toc_files: true
# Enable to use latex environment
parse:
myst_enable_extensions: ["amsmath", "dollarmath"]

sphinx:
config:
html_theme_options :
pygment_light_style : "default"
pygment_dark_style : "monokai"

0 comments on commit 182a48e

Please sign in to comment.