diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2582ec1..e841bc9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,3 +17,4 @@ jobs: - uses: compas-dev/compas-actions.docs@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} + doc_url: https://compas.dev/compas_notebook/ diff --git a/docs/_static/PLACEHOLDER b/docs/_static/PLACEHOLDER new file mode 100644 index 0000000..e69de29 diff --git a/docs/_static/versions.json b/docs/_static/versions.json deleted file mode 100644 index d6f6e43..0000000 --- a/docs/_static/versions.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "name": "latest", - "version": "unreleased", - "url": "https://compas.dev/compas_notebook/latest/" - } -] \ No newline at end of file