From daf36ca7b1fb7c2bde50b92af4f54445c811fcf0 Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Thu, 10 Oct 2024 20:48:25 +0200 Subject: [PATCH] docs: fix docs and pipelines --- .github/workflows/lint.yaml | 12 ++++++------ .github/workflows/publish.yaml | 4 ++-- docs/source/conf.py | 3 --- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 046074c..4af4ac0 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -17,10 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up Python 3.12 + - name: Set up Python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -37,10 +37,10 @@ jobs: - check-linting steps: - uses: actions/checkout@v4 - - name: Set up Python 3.12 + - name: Set up Python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -88,10 +88,10 @@ jobs: - check-docs steps: - uses: actions/checkout@v4 - - name: Set up Python 3.12 + - name: Set up Python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7e49f15..2fc4729 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,10 +12,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: "0" - - name: Set up Python 3.12 + - name: Set up Python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/docs/source/conf.py b/docs/source/conf.py index c6bcb60..d3cb236 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,8 +23,6 @@ """Sphinx documentation configuration.""" -import sphinx_rtd_theme - # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. @@ -104,7 +102,6 @@ todo_include_todos = True # a list of builtin themes. # html_theme = "sphinx_rtd_theme" -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the