Skip to content
Snippets Groups Projects
Verified Commit cf5fd980 authored by David Runge's avatar David Runge :chipmunk:
Browse files

fix: Use sphinx-build -M for the html targets to be able to build them

parent 1ff85f2d
No related branches found
No related tags found
1 merge request!156Version/0.3.0
......@@ -25,12 +25,12 @@ lint:
docs:
repod-file schema export docs/schema/
PYTHONPATH="$(PWD)" sphinx-build -b html docs/ docs/_build/
PYTHONPATH="$(PWD)" sphinx-build -M html docs/ docs/_build/
PYTHONPATH="$(PWD)" sphinx-build -b man docs/ docs/_build/man/
system-docs:
python -c 'from repod import export_schemas; from pathlib import Path; export_schemas(Path("docs/schema/"))'
PYTHONPATH="$(PWD)" sphinx-build -b html docs/ docs/_build/
PYTHONPATH="$(PWD)" sphinx-build -M html docs/ docs/_build/
PYTHONPATH="$(PWD)" sphinx-build -b man docs/ docs/_build/man/
build: $(SOURCES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment