Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/sphinx_build.yml
Original file line number Diff line number Diff line change
@@ -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/"
25 changes: 25 additions & 0 deletions .github/workflows/trsa-api-build.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions doc/sphinx-guides/requirements.txt

This file was deleted.

5 changes: 5 additions & 0 deletions doc/sphinx-guides/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|
====================================

Expand Down
Empty file added doc/sphinx-guides/source/test
Empty file.