Remove openapi
This commit is contained in:
parent
06a4707786
commit
1fe3def324
@ -4,5 +4,4 @@ myst_parser
|
|||||||
sphinx
|
sphinx
|
||||||
sphinx_copybutton
|
sphinx_copybutton
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
sphinxcontrib-openapi
|
|
||||||
sphinxcontrib-napoleon
|
sphinxcontrib-napoleon
|
||||||
|
File diff suppressed because one or more lines are too long
@ -34,7 +34,6 @@ master_doc = "index"
|
|||||||
extensions = [
|
extensions = [
|
||||||
"myst_parser",
|
"myst_parser",
|
||||||
"autoapi.extension",
|
"autoapi.extension",
|
||||||
"sphinxcontrib.openapi",
|
|
||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"sphinx.ext.napoleon",
|
"sphinx.ext.napoleon",
|
||||||
"sphinx_copybutton",
|
"sphinx_copybutton",
|
||||||
|
@ -6,6 +6,4 @@ OpenAPI
|
|||||||
|
|
||||||
wcfhttp
|
wcfhttp
|
||||||
-------
|
-------
|
||||||
从 docs 中查看更详细(默认地址为:http://localhost:9999/docs )。
|
安装启动 wcfhttp 后,通过 http://localhost:9999/docs 查看。
|
||||||
|
|
||||||
.. openapi:: _static/openapi-wcfhttp.json
|
|
||||||
|
Loading…
Reference in New Issue
Block a user