Allow sphinx 8.1.3 for generating docs#118
Merged
andreas-el merged 10 commits intomainfrom Nov 21, 2025
Merged
Conversation
753de8b to
13f3368
Compare
berland
reviewed
Nov 18, 2025
| Depending on the choice of ``speculative`` option in ``optimization`` section, the calculations for current best solution and for the gradient might be split in multiple batches, see `Everest documentation <https://everest.readthedocs.io/en/latest/config_reference.html#>`_. | ||
|
|
||
| The :ref:`figure_objectives_ws` shows average objective function at the iterations of the optimization experiment (average NPV over all geological realizations). The increase in objective function value of $7.16e+08 was achieved by selecting 5 wells and placing them in an optimal order (see :ref:`_figure_controls_wellnumber_ws` and :ref:`figure_controls_priorities_ws`). | ||
| The :ref:`figure_objectives_ws` shows average objective function at the iterations of the optimization experiment (average NPV over all geological realizations). The increase in objective function value of $7.16e+08 was achieved by selecting 5 wells and placing them in an optimal order (see :ref:`figure_controls_wellnumber_ws` and :ref:`figure_controls_priorities_ws`). |
There was a problem hiding this comment.
I prefer to have these long lines wrapped at around 80 characters. Then it will be easier later to spot the difference (as long as one does not need to rewrap..)
frode-aarstad
approved these changes
Nov 19, 2025
d2db291 to
27fd4c3
Compare
27fd4c3 to
e22483e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ease the pin on required sphinx version to allow
8.1.3.Resolves some simple warnings when generating the docs using sphinx.
Most changes are very simple, uv.lock is 90%+.