Skip to content

Instantly share code, notes, and snippets.

@attakei
Last active February 28, 2021 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save attakei/8c86b8d658e69c5cf9e59312b98e42e1 to your computer and use it in GitHub Desktop.
Save attakei/8c86b8d658e69c5cf9e59312b98e42e1 to your computer and use it in GitHub Desktop.
.readme.md
project = 'sphinx-revealjs-issue'
copyright = '2021, Kazuya Takei'
author = 'Kazuya Takei'
release = '2021.2.28'
extensions = [
'sphinx.ext.todo',
'sphinx_revealjs',
]
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.venv']
revealjs_static_path = ['_static']

Test

Indices and tables

Subsection 1

tbd

```
$ .venv/bin/sphinx-build -b revealjs . _build
Running Sphinx v3.5.1
building [mo]: targets for 0 po files that are out of date
building [revealjs]: targets for 1 source files that are out of date
updating environment: [new config] 1 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] index
Exception occurred:
File "/Path-to-env/lib/python3.9/site-packages/sphinx/writers/html5.py", line 790, in unknown_visit
raise NotImplementedError('Unknown node: ' + node.__class__.__name__)
NotImplementedError: Unknown node: todo_node
The full traceback has been saved in /tmp/sphinx-err-qe7nd2nf.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
demo/sphinx-revealjs-issues
```
sphinx
sphinx-revealjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment