metadata.yaml now treated as default in docs

Added sphinx-inline-tabs to provide JSON and YAML tabs to show examples.

Refs #1153
This commit is contained in:
Simon Willison 2023-07-08 09:37:01 -07:00
commit d7b21a8623
4 changed files with 445 additions and 60 deletions

View file

@ -75,6 +75,7 @@ setup(
"codespell>=2.2.5",
"blacken-docs",
"sphinx-copybutton",
"sphinx-inline-tabs",
],
"test": [
"pytest>=5.2.2",