Skip to content

Commit

Permalink
trial rtd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed May 3, 2024
1 parent f02d584 commit db32dc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 126 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
build:
jobs:
post_install:
- pip install poetry
post_create_environment:
- pip install -U poetry
- poetry config virtualenvs.create false
- poetry install --with docs
post_install:
- poetry install --without speedups
os: ubuntu-22.04
tools:
python: "3.11"
Expand Down
122 changes: 1 addition & 121 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ aiohttp = [
"speedups",
] },
]
typing-extensions = "*"

orjson = { version = "*", optional = true }

Expand All @@ -62,9 +61,9 @@ pytest-asyncio = "*"

[tool.poetry.group.dev.dependencies]
poethepoet = "*"
scalene = "*"
pre-commit = "*"
ruff = "*"
typing-extensions = "*"

[tool.poetry.scripts]
version = "hondana.__main__:show_version"
Expand Down

0 comments on commit db32dc6

Please sign in to comment.