Skip to content

Commit

Permalink
added ipython to requirements and IPython.sphinxext.ipython_console_h…
Browse files Browse the repository at this point in the history
…ighlighting to conf.py in order to try and get syntax highlighting in ipynb. see spatialaudio/nbsphinx#27
  • Loading branch information
LawrenceMMStewart committed Oct 20, 2023
1 parent 39f1264 commit d202830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
'sphinx.ext.napoleon',
'nbsphinx',
'sphinx_rtd_theme',
'sphinxcontrib.bibtex'
'sphinxcontrib.bibtex',
'IPython.sphinxext.ipython_console_highlighting'
]

templates_path = ['_templates']
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ myst_parser
nbsphinx
sphinxcontrib-bibtex
snakemake
ipython
# pandoc

0 comments on commit d202830

Please sign in to comment.