diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a4023b0..9633b36d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,9 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y python3-sphinx sphinx-rtd-theme-common - pip install sphinx_rtd_theme recommonmark pytest pytest-cov + sudo apt-get install -y python3-sphinx + pip install -r docs/requirements.txt + pip install pytest pytest-cov pip install --upgrade setuptools - name: Install utilities for testing diff --git a/docs/source/dev_api_wfbench.rst b/docs/source/dev_api_wfbench.rst index f50002db..a4d443ba 100644 --- a/docs/source/dev_api_wfbench.rst +++ b/docs/source/dev_api_wfbench.rst @@ -25,7 +25,7 @@ wfcommons.wfbench.translator.airflow :noindex: wfcommons.wfbench.translator.bash --------------------------------- +--------------------------------- .. automodule:: wfcommons.wfbench.translator.bash :members: @@ -35,7 +35,7 @@ wfcommons.wfbench.translator.bash :noindex: wfcommons.wfbench.translator.cwl -------------------------------- +-------------------------------- .. automodule:: wfcommons.wfbench.translator.cwl :members: @@ -45,7 +45,7 @@ wfcommons.wfbench.translator.cwl :noindex: wfcommons.wfbench.translator.dask --------------------------------- +--------------------------------- .. automodule:: wfcommons.wfbench.translator.dask :members: @@ -55,7 +55,7 @@ wfcommons.wfbench.translator.dask :noindex: wfcommons.wfbench.translator.makeflow ------------------------------------- +------------------------------------- .. automodule:: wfcommons.wfbench.translator.makeflow :members: @@ -75,7 +75,7 @@ wfcommons.wfbench.translator.nextflow :noindex: wfcommons.wfbench.translator.parsl ---------------------------------- +---------------------------------- .. automodule:: wfcommons.wfbench.translator.parsl :members: @@ -95,7 +95,7 @@ wfcommons.wfbench.translator.pegasus :noindex: wfcommons.wfbench.translator.pycompss ------------------------------------- +------------------------------------- .. automodule:: wfcommons.wfbench.translator.pycompss :members: diff --git a/docs/source/images/social-preview.png b/docs/source/images/social-preview.png new file mode 100644 index 00000000..bd4a84e7 Binary files /dev/null and b/docs/source/images/social-preview.png differ