Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ logs
# pyenv
.python-version

uv.lock

# vs-code
.vscode

Expand Down Expand Up @@ -110,5 +112,3 @@ crashlytics-build.properties
fabric.properties

# END JetBrains section

uv.lock
14 changes: 7 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ build:
tools:
python: "3.10"

sphinx:
configuration: docs/conf.py
fail_on_warning: true

python:
install:
- method: pip
path: .
extra_requirements:
- method: uv
command: sync
groups:
- docs

sphinx:
configuration: docs/conf.py
fail_on_warning: true

# Build all formats for RTD Downloads - htmlzip, pdf, epub
formats: all
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ Issues = "https://github.com/ApeWorX/pyrlp/issues"
Documentation = "https://pyrlp.readthedocs.io/"

[project.optional-dependencies]
docs = [
"sphinx>=6.0.0,<9",
"sphinx-autobuild>=2021.3.14",
"sphinx_rtd_theme>=1.0.0",
]
rust-backend = [
"rusty-rlp>=0.2.1",
]
Expand Down
Loading