Skip to content

Commit

Permalink
Merge pull request #182 from tataratat/fix-working-docs
Browse files Browse the repository at this point in the history
Fix: remove parallel build bc it conflicts with used theme
  • Loading branch information
clemens-fricke authored Jan 23, 2024
2 parents 9fbbf31 + 4c7d16b commit d2beb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Sphinx build
run: |
sphinx-build -W -b html docs/source docs/build -j auto
sphinx-build -W -b html docs/source docs/build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?= -j auto
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SPHINXAPIDOC ?= sphinx-apidoc
MODULEDIR ?= ../gustaf
Expand Down

0 comments on commit d2beb30

Please sign in to comment.