Sphinx extension to build Notion pages.
Project description
Notion Builder for Sphinx
Extension for Sphinx which enables publishing documentation to Notion.
Installation
sphinx-notionbuilder is compatible with Python 3.11+.
$ pip install sphinx-notionbuilder
Add the following to conf.py to enable the extension:
"""Configuration for Sphinx."""
extensions = ["sphinx_notion"]
For collapsible sections (toggle blocks), also add the sphinx-toolbox collapse extension:
"""Configuration for Sphinx."""
extensions = [
"sphinx_notion",
"sphinx_toolbox.collapse",
]
For video support, also add the sphinxcontrib-video extension:
"""Configuration for Sphinx."""
extensions = [
"sphinxcontrib.video", # Must be before sphinx_notion
"sphinx_notion",
]
For strikethrough text support, also add the sphinxnotes-strike extension:
"""Configuration for Sphinx."""
extensions = [
"sphinxnotes.strike", # Must be before sphinx_notion
"sphinx_notion",
]
For audio support, also add the atsphinx-audioplayer extension:
"""Configuration for Sphinx."""
extensions = [
"atsphinx.audioplayer",
"sphinx_notion",
]
For TODO list support, also add the sphinx-immaterial task lists extension:
"""Configuration for Sphinx."""
extensions = [
"sphinx_immaterial.task_lists",
"sphinx_notion",
]
For mathematical equation support, also add the sphinx.ext.mathjax extension:
"""Configuration for Sphinx."""
extensions = [
"sphinx.ext.mathjax",
"sphinx_notion",
]
PDF support is included by default with the sphinx-notionbuilder extension.
Supported markup
The following syntax is supported:
Headers
Bulleted lists
TODO lists (with checkboxes)
Code blocks
Table of contents
Block quotes
All standard admonitions (note, warning, tip, attention, caution, danger, error, hint, important)
Collapsible sections (using sphinx-toolbox collapse directive)
Images (with URLs or local paths)
Videos (with URLs or local paths)
Audio (with URLs or local paths)
PDFs (with URLs or local paths)
Tables
Strikethrough text
Colored text and text styles (bold, italic, monospace)
Mathematical equations (inline and block-level)
See a sample document source and the published Notion page.
Using Audio
Audio files can be embedded using the audio directive. Both remote URLs and local file paths are supported:
.. audio:: https://www.example.com/audio.mp3
.. audio:: _static/local-audio.mp3
The audio will be rendered as an audio player in the generated Notion page.
Using PDF
PDF files can be embedded using the pdf-include directive. Both remote URLs and local file paths are supported.
.. pdf-include:: https://www.example.com/document.pdf
.. pdf-include:: _static/local-document.pdf
The PDF will be rendered as an embedded PDF viewer in the generated Notion page.
Using Text Styles
Text styles can be added using the sphinxcontrib-text-styles extension. First, install the extension:
$ pip install sphinxcontrib-text-styles
Then add it to your conf.py:
"""Configuration for Sphinx."""
extensions = [
"sphinxcontrib_text_styles",
"sphinx_notion",
]
You can then use various text styles in your reStructuredText documents:
Text Colors
This is :text-red:`red text`, :text-blue:`blue text`, and :text-green:`green text`.
The following text colors are supported: red, blue, green, yellow, orange, purple, pink, brown, and gray.
Background Colors
This is :bg-red:`red background text`, :bg-blue:`blue background text`, and :bg-green:`green background text`.
The following background colors are supported: red, blue, green, yellow, orange, purple, pink, brown, and gray.
Additional Text Styles
This is :text-bold:`bold text`, :text-italic:`italic text`, :text-mono:`monospace text`, :text-strike:`strikethrough text`, and :text-underline:`underlined text`.
The following additional text styles are supported:
:text-bold:`text - Makes text bold
:text-italic:`text - Makes text italic
:text-mono:`text - Makes text monospace
:text-strike:`text - Makes text strikethrough
:text-underline:`text - Makes text underlined
Using TODO Lists
TODO lists with checkboxes can be created using the sphinx-immaterial.task_lists extension. Both bulleted and numbered lists support checkboxes:
.. task-list::
1. [x] Completed task
2. [ ] Incomplete task
3. [ ] Another task
* [x] Bulleted completed task
* [ ] Bulleted incomplete task
The checkboxes will be rendered as interactive TODO items in the generated Notion page, with completed tasks showing as checked and incomplete tasks as unchecked.
Using Mathematical Equations
Mathematical equations can be embedded using the sphinx.ext.mathjax extension. Both inline and block-level equations are supported:
Inline Equations
Inline equations can be written using the :math: role:
This is an inline equation :math:`E = mc^2` in your text.
Here are some more examples:
- The quadratic formula: :math:`x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}`
- Euler's identity: :math:`e^{i\pi} + 1 = 0`
Block Equations
Block-level equations can be written using the .. math:: directive:
.. math::
E = mc^2
The Schrödinger equation:
.. math::
i\hbar\frac{\partial}{\partial t}\Psi(\mathbf{r},t) = \hat{H}\Psi(\mathbf{r},t)
The equations will be rendered as proper mathematical notation in the generated Notion page, with inline equations appearing within the text flow and block equations appearing as separate equation blocks.
Unsupported Notion Block Types
Bookmark
Breadcrumb
Child database
Child page
Column and column list
Divider
Embed
File
Link preview
Mention
Synced block
Template
Heading with is_toggleable set to True
Uploading Documentation to Notion
After building your documentation with the Notion builder, you can upload it to Notion using the included command-line tool.
Prerequisites
Create a Notion integration at https://www.notion.so/my-integrations
Get your integration token and set it as an environment variable:
$ export NOTION_TOKEN="your_integration_token_here"
Usage
$ notion-upload --file path/to/output.json --parent-id parent_page_id --parent-type page --title "Page Title" --sha-mapping notion-sha-mapping.json
Arguments:
--file: Path to the JSON file generated by the Notion builder
--parent-id: The ID of the parent page or database in Notion (must be shared with your integration)
--parent-type: “page” or “database”
--title: Title for the new page in Notion
--sha-mapping: Optional JSON file mapping file SHAs to Notion block IDs for efficient file re-uploads (use one file per document). The command will update this file.
The command will create a new page if one with the given title doesn’t exist, or update the existing page if one with the given title already exists.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sphinx_notionbuilder-2025.10.5.1.tar.gz.
File metadata
- Download URL: sphinx_notionbuilder-2025.10.5.1.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be68978d9c374b2dbc5be7c7f12d7c5e01e6882b977edd934fa698b3f95c79b3
|
|
| MD5 |
1cb0c808450cc949d6698262bbb4f7b6
|
|
| BLAKE2b-256 |
7f3ba59303d61c72dd0cb99494b481e759c6d67d15ff40bffcf9731b0e757c69
|
Provenance
The following attestation bundles were made for sphinx_notionbuilder-2025.10.5.1.tar.gz:
Publisher:
release.yml on adamtheturtle/sphinx-notionbuilder
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sphinx_notionbuilder-2025.10.5.1.tar.gz -
Subject digest:
be68978d9c374b2dbc5be7c7f12d7c5e01e6882b977edd934fa698b3f95c79b3 - Sigstore transparency entry: 584053503
- Sigstore integration time:
-
Permalink:
adamtheturtle/sphinx-notionbuilder@4618d088bcf7b4a846f48c51d45f532cfc39f65c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/adamtheturtle
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4618d088bcf7b4a846f48c51d45f532cfc39f65c -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file sphinx_notionbuilder-2025.10.5.1-py2.py3-none-any.whl.
File metadata
- Download URL: sphinx_notionbuilder-2025.10.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f9889cc2b14771fcae1b339b31d54f8309b6bad2122e781cd4b2e479112ca83
|
|
| MD5 |
1433bddc3df7aec7aad221f4d4d61eb4
|
|
| BLAKE2b-256 |
1c8ee526620895a762d8b0584bc0eb6389e866fc6b437dcb5f3b9f3a3edc05c1
|
Provenance
The following attestation bundles were made for sphinx_notionbuilder-2025.10.5.1-py2.py3-none-any.whl:
Publisher:
release.yml on adamtheturtle/sphinx-notionbuilder
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sphinx_notionbuilder-2025.10.5.1-py2.py3-none-any.whl -
Subject digest:
8f9889cc2b14771fcae1b339b31d54f8309b6bad2122e781cd4b2e479112ca83 - Sigstore transparency entry: 584053504
- Sigstore integration time:
-
Permalink:
adamtheturtle/sphinx-notionbuilder@4618d088bcf7b4a846f48c51d45f532cfc39f65c -
Branch / Tag:
refs/heads/main - Owner: https://github.com/adamtheturtle
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4618d088bcf7b4a846f48c51d45f532cfc39f65c -
Trigger Event:
workflow_dispatch
-
Statement type: