Skip to content

Commit

Permalink
ci: avoid crashing on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingerid committed Apr 4, 2024
1 parent c1008b4 commit c27bd8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build pages
# Build your static content here
run: |
poetry run sphinx-build -M html docs/source docs/build -W --keep-going
poetry run sphinx-build -M html docs/source docs/build --keep-going
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
email = "[email protected]"
copyright = f"{datetime.datetime.now().year}, {author}"
# version = importlib.metadata.version("dhlab")
version = "2.31.0"
version = "2.32.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down Expand Up @@ -113,7 +113,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

# html_theme = "furo"
html_theme = "sphinx_book_theme"
# html_theme = "sphinx_book_theme"
html_static_path = ["_static"]

html_theme = "furo"
Expand Down

0 comments on commit c27bd8f

Please sign in to comment.