Skip to content

adamtheturtle/sphinx-notion

 
 

Repository files navigation

sphinx-notion

sphinx-notion is a Sphinx extension that converts manuscripts (reST, etc.) to a Notion API compatible JSON file.

sphinx-notion adds notion builder.

Example

Usage

  1. Create your Sphinx documentation
  2. Edit conf.py to use this extension
extensions = [
    "sphinx_notion",
]
  1. Run make notion

Or other command example:

uvx --from Sphinx \
  --with sphinx-notion \
  sphinx-build -M notion source build

Optional: Upload a JSON file under build/notion/ with a script.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.0%
  • Makefile 7.0%