We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d7778 commit e77764fCopy full SHA for e77764f
.readthedocs.yaml
@@ -17,6 +17,9 @@ build:
17
post_install:
18
# Remove requests-cache, which appears to cause segfaults on RTD workers
19
- pip uninstall --yes requests-cache
20
+ # TEMPORARY With Python 3.13 pyam-iamc resolves to 1.3.1, which in turn
21
+ # limits pint < 0.17. Override.
22
+ - pip install --upgrade pint
23
24
25
# Build documentation in the docs/ directory with Sphinx
@@ -28,5 +31,4 @@ python:
28
31
- requirements: doc/requirements.txt
29
32
- method: pip
30
33
path: .
- extra_requirements:
- - docs
34
+ extra_requirements: [ docs ]
0 commit comments