Skip to content

Commit 95a13af

Browse files
Add ipython for docs
1 parent daae1ca commit 95a13af

10 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
sudo apt install pandoc
2020
python -m pip install --upgrade pip
21-
pip install sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme
21+
pip install sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme ipython
2222
- name: Install adapt dependencies
2323
run: |
2424
python -m pip install --upgrade pip

.github/workflows/publish-doc-to-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
sudo apt install pandoc
1919
python -m pip install --upgrade pip
20-
pip install sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme
20+
pip install sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme ipython
2121
- name: Install adapt dependencies
2222
run: |
2323
python -m pip install --upgrade pip
File renamed without changes.
File renamed without changes.

src_docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
'numpydoc',
3232
'sphinx.ext.linkcode',
3333
'nbsphinx',
34-
'sphinx_gallery.load_style'
34+
'sphinx_gallery.load_style',
35+
'IPython.sphinxext.ipython_console_highlighting'
3536
]
3637

3738
numpydoc_show_inherited_class_members = False

src_docs/gallery/MCD.rst

Whitespace-only changes.

src_docs/gallery/MDD.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)