Skip to content

Commit 59ad3c6

Browse files
committed
[DOP-25348] Fix building documentation
1 parent f2276bc commit 59ad3c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build:
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

2424
sphinx:
2525
configuration: docs/conf.py

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ docs-cleanup: ##@Docs Cleanup docs
183183

184184
docs-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

0 commit comments

Comments
 (0)