diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml new file mode 100644 index 00000000000..01acda1897b --- /dev/null +++ b/.github/workflows/sphinx_build.yml @@ -0,0 +1,13 @@ +name: "Pull Request Docs Check" +on: +- pull_request + +jobs: + docs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: ammaraskar/sphinx-action@master + with: + build-command: "sphinx-build -b html -d build/doctrees --keep-going --no-color -w /tmp/sphinx-log source build/html" + docs-folder: "doc/sphinx-guides/" diff --git a/.github/workflows/trsa-api-build.yml b/.github/workflows/trsa-api-build.yml new file mode 100644 index 00000000000..90880aea970 --- /dev/null +++ b/.github/workflows/trsa-api-build.yml @@ -0,0 +1,25 @@ +# This workflow will build a Java project with Maven +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + +name: Build trsa-api branch with Maven + +on: + push: + branches: [ trsa-api ] + pull_request: + branches: [ trsa-api ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 11 + uses: actions/setup-java@v2 + with: + java-version: '11' + distribution: 'adopt' + - name: Build with Maven + run: mvn -B package --file pom.xml diff --git a/doc/sphinx-guides/requirements.txt b/doc/sphinx-guides/requirements.txt deleted file mode 100755 index 9fc0e3b8cf6..00000000000 --- a/doc/sphinx-guides/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -# match version used by Jenkins -Sphinx==1.5.6 diff --git a/doc/sphinx-guides/source/index.rst b/doc/sphinx-guides/source/index.rst index f7e81756e5b..6310e97ea85 100755 --- a/doc/sphinx-guides/source/index.rst +++ b/doc/sphinx-guides/source/index.rst @@ -3,6 +3,11 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. +blargle blargle bloop bloop +blargle blargle bloop bloop +blargle blargle bloop bloop +blargle blargle bloop bloop + Dataverse Documentation v. |version| ==================================== diff --git a/doc/sphinx-guides/source/test b/doc/sphinx-guides/source/test new file mode 100644 index 00000000000..e69de29bb2d