Skip to content

Commit c94c729

Browse files
committed
Few small changes to adapt the theme for code_aster documentation.
1 parent 6487f56 commit c94c729

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

python_docs_theme/layout.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
&copy; <a href="{{ pathto('copyright') }}">{% trans %}Copyright{% endtrans %}</a> {{ copyright|e }}.
4949
<br />
5050

51-
{% include "footerdonate.html" %}
52-
<br />
53-
5451
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
5552
{% if theme_issues_url %}{% trans pathto_bugs=theme_issues_url %}<a href="{{ theme_issues_url }}">Found a bug</a>?{% endtrans %}{% endif %}
5653
<br />
531 Bytes
Loading

python_docs_theme/static/py.png

-695 Bytes
Binary file not shown.

python_docs_theme/theme.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ headtextcolor = #1a1a1a
2222
headbgcolor = white
2323
headlinkcolor = #aaaaaa
2424

25-
issues_url =
26-
root_name = Python
27-
root_url = https://www.python.org/
28-
root_icon = py.png
25+
issues_url =
26+
root_name = code_aster
27+
root_url = https://www.code-aster.org/
28+
root_icon = code_aster.png
2929
root_include_title = True

0 commit comments

Comments
 (0)