Skip to content

Commit

Permalink
Set the dependencies that readthedocs needs in a separate file
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Mar 28, 2024
1 parent 8eae953 commit 7e5abb3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yml
Expand Up @@ -26,3 +26,4 @@ python:
install:
- method: pip
path: .
- requirements: docs/requirements-readthedocs.txt
1 change: 1 addition & 0 deletions docs/requirements-readthedocs.txt
@@ -0,0 +1 @@
myst-parser
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions pyproject.toml
Expand Up @@ -61,17 +61,6 @@ towncrier = "^23.6.0"
treq = "^22.2.0 || ^23.0.0"
twisted = ">22.4.0"

[tool.poetry.group.docs.dependencies]
coverage = "^7.3.0"
mock = "^5.1.0"
pytest-twisted = "^1.14.0"
sphinx = [
{version = "<=5.3.0", python = ">=3.6, <3.9"},
{version = "^7.2.4", python = "^3.9"}
]
myst-parser = ">=0.16"
towncrier = "^23.6.0"


[tool.poetry.scripts]
fedora-messaging = "fedora_messaging.cli:cli"
Expand Down

0 comments on commit 7e5abb3

Please sign in to comment.