Skip to content

Commit

Permalink
Trying another docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
XyDrKRulof committed May 29, 2024
1 parent 97d9146 commit 720cce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build Sphinx documentation
uses: josh146/sphinx-action@master
uses: Queens-Physics/sphinx-action@master
with:
pre-build-command: "python -m pip install --upgrade sphinx m2r2 sphinx_rtd_theme && python -m pip install -r requirements.txt & python -m pip install ."
pre-build-command: "python -m pip install sphinx m2r2 sphinx_rtd_theme==1.3.0 && python -m pip install -r requirements.txt & python -m pip install ."
docs-folder: "docs/"
# Publish built docs to gh-pages branch.
# ===============================
Expand Down

0 comments on commit 720cce2

Please sign in to comment.