From 3f4ce80dea99589147930f0fdd02169cc173a62b Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Wed, 5 Mar 2025 19:02:47 +0000 Subject: [PATCH] Clean up unused read the docs config and workflow --- .github/workflows/documentation-links.yml | 24 ----------------------- .readthedocs.yaml | 24 ----------------------- 2 files changed, 48 deletions(-) delete mode 100644 .github/workflows/documentation-links.yml delete mode 100644 .readthedocs.yaml diff --git a/.github/workflows/documentation-links.yml b/.github/workflows/documentation-links.yml deleted file mode 100644 index 9454510db..000000000 --- a/.github/workflows/documentation-links.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Read the Docs PR preview -# Automatically edits a pull request's descriptions with a link -# to the documentation's preview on Read the Docs. - -on: - pull_request_target: - types: - - opened - -permissions: - pull-requests: write - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - documentation-links: - runs-on: ubuntu-latest - steps: - - uses: readthedocs/actions/preview@v1 - with: - project-slug: "pydocs-translation-dashboard" - single-version: "true" diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 59be58c86..000000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Project page: https://app.readthedocs.org/projects/pydocs-translation-dashboard/ - -version: 2 - -build: - os: ubuntu-24.04 - tools: - python: "3" - apt_packages: - - gettext - jobs: - post_checkout: [] - install: - - asdf plugin add uv - - asdf install uv latest - pre_build: - - asdf global uv latest - build: - html: - - uv run generate.py - - mkdir -p _readthedocs/html - - mv index.html style.css _readthedocs/html