Browse Source

Remove a couple more references to requirements-dev/doc

pull/1330/head
Ross McFarland 3 weeks ago
parent
commit
3ca8e048fc
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
3 changed files with 3 additions and 6 deletions
  1. +1
    -1
      .github/workflows/slash_commands.yml
  2. +2
    -4
      .readthedocs.yaml
  3. +0
    -1
      MANIFEST.in

+ 1
- 1
.github/workflows/slash_commands.yml View File

@ -48,7 +48,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
pip install -r requirements.txt
# add the changelog entry
- name: Changelog Create


+ 2
- 4
.readthedocs.yaml View File

@ -13,7 +13,5 @@ formats:
- pdf
python:
install:
- requirements: requirements.txt
- requirements: requirements-dev.txt
- requirements: requirements-docs.txt
install:
- requirements: requirements.txt

+ 0
- 1
MANIFEST.in View File

@ -3,7 +3,6 @@ include CODE_OF_CONDUCT.md
include CONTRIBUTING.md
include LICENSE
include README.md
include requirements-dev.txt
include requirements.txt
include script/*
recursive-include docs *.png *.md


Loading…
Cancel
Save