Skip to content

Commit 51af717

Browse files
committed
update dependencies
1 parent f6532f2 commit 51af717

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@
4949
jupyter_execute_notebooks = "auto"
5050
#jupyter_execute_notebooks = "force"
5151

52-
# Make myst-nb work with the dirhtml builder
53-
# This can be removed once myst_parser>0.8.3 is released
54-
# https://github.com/executablebooks/MyST-NB/pull/202
55-
from myst_nb.transform import RENDER_PRIORITY
56-
RENDER_PRIORITY['dirhtml'] = 'html'
57-
del RENDER_PRIORITY
58-
5952
# Add any paths that contain templates here, relative to this directory.
6053
templates_path = ['_templates']
6154

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
https://github.com/coderefinery/sphinx-lesson/archive/master.zip
2-
sphinx
1+
Sphinx
32
sphinx_rtd_theme
3+
sphinx_rtd_theme_ext_color_contrast
44
myst_nb
5+
sphinx-lesson
6+
https://github.com/coderefinery/sphinx-coderefinery-branding/archive/master.zip

0 commit comments

Comments
 (0)