File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ {% extends "!layout.html" %}
2
+ {# Explicitly put RTD's ads in the sidebar. If we don't specify a
3
+ location, RTD puts them at the bottom of the page content in a
4
+ style that is easily visually confused with the documentation
5
+ content.
6
+ #}
7
+ {%- block navigation %}
8
+ {{ super() }}
9
+ < div id ="side-ad-box " style ="max-width:90%; margin-left: auto; margin-right: auto; ">
10
+ < hr />
11
+ < div id ="readthedocs-ea " class ="raised ethical-rtd ethical-dark-theme ">
12
+ < div id ="ethical-ad-placement "> </ div >
13
+ </ div
14
+ </ div >
15
+ {% endblock %}
Original file line number Diff line number Diff line change @@ -959,7 +959,6 @@ Observe that the log contains the following information:
959
959
.. _solver-log-snippet :
960
960
961
961
.. code-block :: text
962
-
963
962
:caption: PyROS solver output log for the :ref:`two-stage problem example <example-two-stg>`.
964
963
:linenos:
965
964
You can’t perform that action at this time.
0 commit comments