diff --git a/Makefile b/Makefile index 8628d8a..d579583 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ style: flake8 ! grep -ri syncroniz */* sphinx-build -W -b html ./docs/ ./docs/_build/html/ - sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/ install-docs: pip install sphinx sphinx_rtd_theme @@ -21,3 +20,6 @@ install-docs: docs: cd docs make html + +linkcheck: + sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/