File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --no-root --all-extras --with docs --without dev,test
2020 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry show -v
2121 - 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
2323
2424sphinx :
2525 configuration : docs/conf.py
Original file line number Diff line number Diff line change @@ -183,5 +183,5 @@ docs-cleanup: ##@Docs Cleanup docs
183183
184184docs-fresh : docs-cleanup docs-build # #@Docs Cleanup & build docs
185185
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