diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0b2349..e6b95a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,3 +29,7 @@ jobs: run: make test-format - name: Package tests run: make test-pythonpackage + - name: Install docs dependencies + run: pip install -r requirements/docs.txt + - name: Build docs + run: make docs diff --git a/docs/Makefile b/docs/Makefile index cf013c4..764a565 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ .PHONY: help html: - sphinx-build -b html -a -E "." "_build/html" + sphinx-build -b html -a -E -n -W "." "_build/html" browse: sensible-browser _build/html/index.html diff --git a/docs/run.rst b/docs/run.rst index ed8a059..a4114f6 100644 --- a/docs/run.rst +++ b/docs/run.rst @@ -5,7 +5,7 @@ Running Open edX .. toctree:: :maxdepth: 2 - + local k8s - dev \ No newline at end of file + dev