Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] Migrate dependencies in docs/requirements.txt to pyproject.toml #325

Merged
merged 5 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/docs-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: readthedocs-preview
on:
# Runs when pull requests are opened that affect the docs or the lock file
pull_request_target:
types:
- opened
paths:
- "docs/**"
- poetry.lock

permissions:
pull-requests: write

jobs:
# Adds a link to the preview of the docs on readthedocs to the pull request description
pull-request-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "pycytominer"
4 changes: 0 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ build:
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install --with docs

python:
install:
- requirements: docs/requirements.txt

sphinx:
builder: html
configuration: docs/conf.py
12 changes: 0 additions & 12 deletions docs/requirements.txt

This file was deleted.

Loading
Loading