Skip to content

Commit 989c7bb

Browse files
authored
Merge pull request #457 from ssl-hep/rtd2
Readthedocs with pyproject.toml
2 parents 957144a + 88b2d17 commit 989c7bb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,24 @@ build:
99
os: ubuntu-22.04
1010
tools:
1111
python: "3.12"
12-
# You can also specify other tool versions:
13-
# nodejs: "20"
14-
# rust: "1.70"
15-
# golang: "1.20"
1612

1713
# Build documentation in the "docs/" directory with Sphinx
1814
sphinx:
1915
configuration: docs/conf.py
20-
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
16+
# # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
2117
builder: html
2218
# Fail on all warnings to avoid broken references
2319
# fail_on_warning: true
2420

2521
# Optionally build your docs in additional formats such as PDF and ePub
2622
formats:
2723
- pdf
28-
# - epub
2924

3025
# Optional but recommended, declare the Python requirements required
3126
# to build your documentation
3227
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3328
python:
3429
install:
35-
- requirements: docs/requirements.txt
3630
- method: pip
3731
path: .
3832
extra_requirements:

0 commit comments

Comments
 (0)