Skip to content

Commit

Permalink
Update readthedocs config with new requirements & versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewryanscott committed Feb 24, 2025
1 parent faf1c27 commit b540c25
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ sphinx:
configuration: docs/conf.py
formats: []
python:
version: 3.8
install:
- requirements: requirements/docs.txt
- method: pip
path: .
extra_requirements:
- docs
build:
os: ubuntu-lts-latest
tools:
python: "3.13"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
# intersphinx_mapping = {"https://docs.python.org/": None}
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ tools = [
"tqdm>=4.67.1",
"rich>=13.9.4",
]
docs = [
"plantweb>=1.2.1",
"sphinx>=8.2.1",
"sphinx_rtd_theme>=3.0.2",
]

[build-system]
requires = ["hatchling"]
Expand All @@ -38,11 +43,6 @@ dev = [
"numpy>=2.2.3",
"pytest-xdist>=3.6.1",
]
docs = [
"plantweb>=1.2.1",
"sphinx>=8.2.1",
"sphinx_rtd_theme>=3.0.2",
]
genrv = [
"pyyaml>=6.0.2",
"jinja2>=3.1.5",
Expand Down
20 changes: 9 additions & 11 deletions uv.lock

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

0 comments on commit b540c25

Please sign in to comment.