Skip to content

Commit

Permalink
Remove pyproject extra deps and add reqs to readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Mar 9, 2023
1 parent 8bcd4e1 commit 5dc1478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ build:
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
system_packages: true
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,3 @@ classifiers = [

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
sphinx="5.3.0"
docutils="0.17.1"
sphinxcontrib-napoleon="0.7"
sphinxcontrib-asyncio="0.3.0"
sphinxcontrib-websupport="1.2.4"
Pygments="2.14.0"
furo="2022.12.7"
discord.py="^2.1.0"

0 comments on commit 5dc1478

Please sign in to comment.