Skip to content

ForceoftheCyber/Sphinx-Thebe

 
 

Repository files navigation

For IT2901 evaluation: The only change we have made to the original repo made by TeachBooks (https://github.com/TeachBooks/Sphinx-Thebe), is to add the configuration "mathjaxUrl": "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" to lines 48 and 182 in src/sphinx_thebe/__init__.py.

sphinx-thebe

Documentation PyPI

Integrate interactive code blocks into your documentation with Thebe and Binder.

See the sphinx-thebe documentation for more details!

Install

To install sphinx-thebe first clonse and install it:

pip install sphinx-thebe

Then, add it to your Sphinx site's conf.py file:

extensions = [
    ...
    "sphinx_thebe"
    ...
]

See the sphinx-thebe documentation for more details!

About

Fork that fixes MathJax-version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.8%
  • JavaScript 15.8%
  • Python 12.1%
  • Other 1.3%