An open API service indexing awesome lists of open source software.

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

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
```