Skip to content

Move RTD ads to the sidebar #3536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 15, 2025
10 changes: 10 additions & 0 deletions doc/OnlineDocs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{% extends "!layout.html" %}
{%- block navigation %}
{{ super() }}
<div id="side-ad-box" style="max-width:90%; margin-left: auto; margin-right: auto;">
<hr/>
<div id="readthedocs-ea" class="raised ethical-rtd ethical-dark-theme">
<div id="ethical-ad-placement"></div>
</div
</div>
{% endblock %}
1 change: 0 additions & 1 deletion doc/OnlineDocs/explanation/solvers/pyros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ Observe that the log contains the following information:
.. _solver-log-snippet:

.. code-block:: text

:caption: PyROS solver output log for the :ref:`two-stage problem example <example-two-stg>`.
:linenos:

Expand Down
Loading