diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index faa3e5d..86c5b58 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -34,6 +34,8 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.10' + - name: Setup Sphinx + uses: sphinx-notes/pages@v3 - name: qt libs uses: tlambert03/setup-qt-libs@v1 - name: Setup Pages diff --git a/Dockerfile b/Dockerfile index b7aa9d7..3e0b983 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y \ software-properties-common \ nginx \ python3.9 \ - python3-pip + python3-pip \ + python3-sphinx RUN rm -rf /usr/share/nginx/html/*