sphinx_revealjs.ext.footnotes
- Added:
v2.8.0
Overview
This extension updates position of footnotes.
Installation
You need not install extra, you can use it immediately after installing sphinx-revealjs.
Usage
WHen adding extension into your conf.py, insert CSS file to customize layout of footnotes.
Example
conf.py
extensions = [
"sphinx_revealjs",
"sphinx_revealjs.ext.footnotes",
]
sample-slide.rst
Sample title
============
This sentence has footnotes [#f1]_
.. [#f1] This is footnote.
Configuration
All Configuration names are prefixed revealjs_footnotes_.
- revealjs_footnotes_font_size
- Type:
str- Default:
50%- Example:
60%
Font-size of rendered footnote contents.
- revealjs_footnotes_ref_font_size
- Type:
str- Default:
70%- Example:
60%
Font-size of rendered footnote’s referer text.