Kazuya Takei
Kazuya Takei
Actually: * Render unused JavaScript sources in `head` tag Expected: * Not append none-used js file * Not copy none-used js file
## Spec This is wrapper directive for other content that you do not want to display as presentation. `revealjs` builder does not write contents In this directive to output file,...
## Reasons - Sphinx 3.x is not for Python 3.10.x (current stable) - These versions do not have compatibility for latest deps(ex: Jinja2 and MarkupSafe) - Need simplify dependencies to...
## Overview In v2.7.1, `sphinx_revealjs.ext.screenshot` uses Google Chrome from Playwright to take screenshots ([ref](https://github.com/attakei/sphinx-revealjs/blob/v2.7.1/sphinx_revealjs/ext/screenshot.py#L51)). But any presantation authors do not use always Google Chrome as default browser. Playwright (deps of...
## Overview Main goal is to drop design for old environments. ## Targets - Drop old python versions - [x] System-level drop Python 3.6 and olders. - Drop old Sphinx...