Skip to content

Commit

Permalink
Fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Feb 21, 2025
1 parent b61f66c commit ad81f23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
- poetry install -E "all" --with docs
- poetry export --with docs -E all -f requirements.txt --output docs/requirements.txt

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -34,8 +34,8 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
python:
install:
# - method: pip
# path: .
# - requirements: docs/requirements.txt
- requirements: docs/requirements.txt
19 changes: 1 addition & 18 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ redis = { version = "*", optional = true }
python-memcached = { version = "*", optional = true }
boto3 = { version = "*", optional = true }
botocore = { version = "*", optional = true }
urllib3 = { version = "*", optional = true }
urllib3 = { version = ">=1.26.16,<2.0", optional = true }
tenacity = ">=9.0.0"
pytest-docker-tools = ">=3.1.3"
docker = "^7.1.0"
Expand Down

0 comments on commit ad81f23

Please sign in to comment.