Skip to content

Commit

Permalink
Experimental fix for a Sphinx error in the GitHub action + v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Feb 11, 2024
1 parent ac83676 commit 58a0ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
# Check out repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
# Builds docs using sphinx
- uses: ammaraskar/sphinx-action@master
- uses: ammaraskar/sphinx-action@v0.4
with:
docs-folder: "doc/"
pre-build-command: pip3 install sphinx_markdown_builder
build-command: "sphinx-build -b html . _build"
# Create an artifact out of the generated HTML
- uses: actions/upload-artifact@v3
with:
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 +=
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
Expand Down

0 comments on commit 58a0ed2

Please sign in to comment.