https://github.com/sam-martin/sphinx-read-from-json-extension-tutorial
An example Sphinx extension for reading data from a json file
https://github.com/sam-martin/sphinx-read-from-json-extension-tutorial
Last synced: about 1 year ago
JSON representation
An example Sphinx extension for reading data from a json file
- Host: GitHub
- URL: https://github.com/sam-martin/sphinx-read-from-json-extension-tutorial
- Owner: Sam-Martin
- License: mit
- Created: 2021-05-10T16:21:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T16:37:33.000Z (about 5 years ago)
- Last Synced: 2025-02-04T22:25:18.315Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Writing a simple external data oriented Sphinx extension
This repo is the source code for the blog post [Writing a simple external data oriented Sphinx extension](https://sammart.in/post/2021-05-10-external-data-sphinx-extension/).
## Quickstart
```
$ pip install sphinx sphinx_rtd_theme
$ make html
$ open _build/html/index.html
```