File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --no-root --all-extras --with docs --without dev,test
20
20
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry show -v
21
21
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m pip list -v
22
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make openapi
22
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make docs- openapi
23
23
24
24
sphinx :
25
25
configuration : docs/conf.py
Original file line number Diff line number Diff line change @@ -183,5 +183,5 @@ docs-cleanup: ##@Docs Cleanup docs
183
183
184
184
docs-fresh : docs-cleanup docs-build # #@Docs Cleanup & build docs
185
185
186
- openapi : # #@Docs Generate OpenAPI schema
187
- python -m syncmaster.server.scripts.export_openapi_schema docs/_static/openapi.json
186
+ docs- openapi : # #@Docs Generate OpenAPI schema
187
+ python -m syncmaster.server.scripts.export_openapi_schema docs/_static/openapi.json
You can’t perform that action at this time.
0 commit comments