Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 25, 2023
2 parents e130353 + 2cce546 commit 2b24abe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: "3.11"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -27,7 +27,7 @@
highlight_language = "python3"
todo_include_todos = False

html_theme = "nature"
html_theme = "sphinx_rtd_theme"
htmlhelp_basename = "asphaltdoc"

intersphinx_mapping = {
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -56,6 +56,7 @@ test = [
]
doc = [
"Sphinx >= 7.0",
"sphinx-rtd-theme >= 1.3.0",
"sphinx-autodoc-typehints >= 1.22",
]

Expand Down

0 comments on commit 2b24abe

Please sign in to comment.