sphinxjp.themes.revealjs icon indicating copy to clipboard operation
sphinxjp.themes.revealjs copied to clipboard

A sphinx theme for generate reveal.js presentation. #sphinxjp

Results 7 sphinxjp.themes.revealjs issues
Sort by recently updated
recently updated
newest added

The fix for the project to run with latest sphinx is in master, As seen in this diff https://github.com/tell-k/sphinxjp.themes.revealjs/compare/v0.3.0...master#diff-cfb01f517442bb66daafa8986a214864deefded6fb6728de124dd58050327b3eR13 There is not a tag for it. Therefore using 0.3.0 this...

# Sphinx version: 2.2.1 # Python version: 3.6.8 (CPython) # Docutils version: 0.15.2 release # Jinja2 version: 2.10.3 # Last messages: # Loaded extensions: Traceback (most recent call last): File...

Changes for supporting Sphinx 1.7 are already merged. So could you please release a new version on pypi so that the pip dependency management is working? Otherwise pip installs an...

This is just a copy-paste patch from https://docs.pytest.org/en/latest/goodpractices.html#manual-integration Fixes: https://github.com/tell-k/sphinxjp.themes.revealjs/issues/12

I got an error while running this package test suite against Pytest4.x: ``` python setup.py test -v -a '--cov sphinxjp' running test running egg_info deleting src/sphinxjp.themes.revealjs.egg-info/requires.txt writing src/sphinxjp.themes.revealjs.egg-info/PKG-INFO writing namespace_packages...

It'd be great to be able to specify the language for the code blocks eg. as: ``` .. rv_code:: :class: bash ```

reveal.js 3.0.0 exhibits new data-background attributes missing in the current directives.py: - data-background-color - data-background-image - data-background-video - data-background-iframe