Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: ansys/actions/doc-build@v5
with:
check-links: false
sphinxopts: "-j 1 -W --keep-going"
sphinxopts: "-W --keep-going"

smoke-tests:
name: "Build wheelhouse for latest Python versions"
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS = -j auto
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = source
BUILDDIR = _build
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/580.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove documentation build parallel execution arguments
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ pydantic = { version = "*" }
requests-mock = { version = "*" }
pytest-mock = { version = "*" }
covertable = { version = "*" }

mypy = "^1.8.0"
types-requests = { version = "*" }
types-python-dateutil = { version = "*" }
Expand Down