Skip to content

Commit 88bd2fe

Browse files
author
brynpickering
committed
Update Sphinx and dependency
1 parent 0bd7cc1 commit 88bd2fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Release History
1414

1515
|new| `model.backend.rerun()` can work with both `spores` and `plan` run modes (previously only `plan` worked). In the `spores` case, this only works with a built backend that has not been previously run (i.e. `model.run(build_only=True)`), but allows a user to update constraints etc. before running the SPORES method.
1616

17-
|changed||backwards-incompatible| Carrier-specific group constraints are only allowed in isolation (one constraint in the group).
17+
|changed| |backwards-incompatible| Carrier-specific group constraints are only allowed in isolation (one constraint in the group).
1818

1919
|changed| If `ensure_feasibility` is set to `True`, `unmet_demand` will always be returned in the model results, even if the model is feasible. Fixes issue #355.
2020

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
sys.path.append(os.path.abspath("_extensions"))
1919
sys.path.append(os.path.abspath("helpers"))
2020

21-
from sphinx.builders.html import StandaloneHTMLBuilder, SingleFileHTMLBuilder
21+
from sphinx.builders.singlehtml import StandaloneHTMLBuilder, SingleFileHTMLBuilder
2222

2323
import generate_tables # from helpers
2424

requirements_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55

66
dependencies:
77
- python=3.7 # https://docs.readthedocs.io/en/stable/config-file/v2.html#python-version
8-
- sphinx>=2.3
8+
- sphinx=4.1.2
99
- numpydoc
1010
- ruamel.yaml
1111
- nbconvert # To generate HTML files from example notebooks

0 commit comments

Comments
 (0)