We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fa814 commit 07eed13Copy full SHA for 07eed13
2 files changed
doc/conf.py
@@ -155,7 +155,7 @@
155
156
# Add notebooks prolog to Google Colab and nbviewer
157
nbsphinx_prolog = r"""
158
-{% set docname = 'github/icb-dcm/pyabc/blob/main/doc/' + env.doc2path(env.docname, base=None) %}
+{% set docname = 'github/icb-dcm/pyabc/blob/main/doc/' + env.doc2path(env.docname, base=None) | string %}
159
.. raw:: html
160
161
<div class="note">
setup.cfg
@@ -110,9 +110,9 @@ autograd =
110
examples =
111
notebook >= 6.1.4
112
doc =
113
- sphinx >= 6.2.1
114
- nbsphinx >= 0.8.9
115
- nbconvert >= 6.5.0
+ sphinx >= 8.1.3
+ nbsphinx >= 0.9.5
+ nbconvert >= 7.16.4
116
sphinx-rtd-theme >= 1.2.0
117
sphinx-autodoc-typehints >= 1.18.3
118
ipython >= 8.4.0
0 commit comments