File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ myst-parser
22sphinx-autobuild
33sphinx-book-theme
44sphinx-copybutton
5+ sphinxcontrib-openapi
56sphinxext-opengraph
67sphinxext-rediraffe
Original file line number Diff line number Diff line change 1+ .. _api :
2+
3+ =============
4+ REST API
5+ =============
6+
7+ .. openapi :: ../../jupyter_server_proxy/api.yml
8+ :examples:
Original file line number Diff line number Diff line change 2323 "sphinx_copybutton" ,
2424 "sphinxext.opengraph" ,
2525 "sphinxext.rediraffe" ,
26+ "sphinxcontrib.openapi" ,
2627]
2728root_doc = "index"
28- source_suffix = [".md" ]
29+ source_suffix = [".md" , ".rst" ]
2930exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
3031
3132
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ install
3030server-process
3131launchers
3232arbitrary-ports-hosts
33+ api
3334```
3435
3536## Convenience packages for popular applications
You can’t perform that action at this time.
0 commit comments