Skip to content

Commit 07eed13

Browse files
committed
updated and fix sphinx
1 parent 13fa814 commit 07eed13

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155

156156
# Add notebooks prolog to Google Colab and nbviewer
157157
nbsphinx_prolog = r"""
158-
{% set docname = 'github/icb-dcm/pyabc/blob/main/doc/' + env.doc2path(env.docname, base=None) %}
158+
{% set docname = 'github/icb-dcm/pyabc/blob/main/doc/' + env.doc2path(env.docname, base=None) | string %}
159159
.. raw:: html
160160
161161
<div class="note">

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ autograd =
110110
examples =
111111
notebook >= 6.1.4
112112
doc =
113-
sphinx >= 6.2.1
114-
nbsphinx >= 0.8.9
115-
nbconvert >= 6.5.0
113+
sphinx >= 8.1.3
114+
nbsphinx >= 0.9.5
115+
nbconvert >= 7.16.4
116116
sphinx-rtd-theme >= 1.2.0
117117
sphinx-autodoc-typehints >= 1.18.3
118118
ipython >= 8.4.0

0 commit comments

Comments
 (0)