Skip to content

Commit

Permalink
CI: minor updates (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus authored Mar 11, 2024
1 parent 3aff92d commit 83fa4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: '>=3.11'
- uses: pre-commit/action@main
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@

sys.path.insert(0, os.path.abspath(".."))

# Project information

project = "texplain"
copyright = "2017-2023, Tom de Geus"
author = "Tom de Geus"
html_theme = "furo"
autodoc_type_aliases = {"Iterable": "Iterable", "ArrayLike": "ArrayLike"}
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
Expand Down

0 comments on commit 83fa4c8

Please sign in to comment.