ines / termynal

⬛️ Lightweight and modern terminal animations using async/await
MIT License
1.7k stars 110 forks source link

Javascript not working in sphinx #25

Closed Ganz1285 closed 1 year ago

Ganz1285 commented 2 years ago

I tried your code in making use of the terminal code-block for a documentation using sphinx.

I added termynal.js and termynal.css files _static/js and _static/css resppectively, and included its path to sphinx by editing conf.py file:

html_css_files = [ 'css/termynal.css' ] html_js_files = [ 'js/termynal.js' ]

CSS is working fine and resulted in : image but I can find Javascript is not working.

Is there any extension to make Javascript work in sphinx!?