Skip to content

Commit

Permalink
prepare for md content
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 16, 2024
1 parent ebc1b6b commit f1c4be4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions content/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"sphinx_coderefinery_branding",
]

myst_enable_extensions = [
"colon_fence", # ::: can be used instead of ``` for better rendering
]

# Settings for myst_nb:
# https://myst-nb.readthedocs.io/en/latest/use/execute.html#triggering-notebook-execution
# jupyter_execute_notebooks = "off"
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sphinx
sphinx_autobuild < 2024.9
sphinx_rtd_theme >= 2.0
sphinx_rtd_theme_ext_color_contrast
myst_nb
sphinx-autobuild < 2024.9
# Remove once new sphinx-copybutton is released ( > 0.5.0)
git+https://github.com/rkdarst/sphinx-copybutton.git@exclude-unselectable-3
sphinx-lesson
https://github.com/coderefinery/sphinx-coderefinery-branding/archive/master.zip

0 comments on commit f1c4be4

Please sign in to comment.