Skip to content

Commit 0344d12

Browse files
committed
Add "ixmp4" to "docs" optional dependencies
- On RTD, install gamsapi and ixmp4 via ixmp[ixmp4]. - Drop ci/rtd-requirements.txt
1 parent f1c2ca2 commit 0344d12

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ sphinx:
2121
python:
2222
install:
2323
- requirements: doc/requirements.txt
24-
- requirements: ci/rtd-requirements.txt
2524
- method: pip
2625
path: .
27-
extra_requirements:
28-
- docs
26+
extra_requirements: [docs]

ci/rtd-requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Repository = "https://github.com/iiasa/message_ix"
5050
docs = [
5151
"genno >= 1.26", # For sphinx extensions; see doc/conf.py
5252
"GitPython",
53-
"message_ix[report]",
53+
"message_ix[ixmp4,report]",
5454
"numpydoc",
5555
"sphinx >= 4.0",
5656
"sphinx_rtd_theme",

0 commit comments

Comments
 (0)