Skip to content
Snippets Groups Projects
Commit b330909a authored by Erik Reid's avatar Erik Reid
Browse files

don't use -M with sphinx-build

parent f3e0a09b
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@ python docs/dump-openapi-spec.py
# ... and install dot on the system
# python docs/render_db_diagrams.py
sphinx-build -M html docs/source docs/build
sphinx-build -b html docs/source docs/build
......@@ -20,4 +20,4 @@ commands =
# pip install -r docs/requirements-er.txt
# ... and install dot on the system
# python docs/render_db_diagrams.py
sphinx-build -M html docs/source docs/build
sphinx-build -b html docs/source docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment