Skip to content

Commit fde8ac0

Browse files
author
Saeid Darvish
committed
2 parents 7bb3f95 + 0f7ef84 commit fde8ac0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

_templates/sphinx_minoo_theme/includes/bottom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</p>
4040
{%- if last_updated %}
4141
<p style="font-size: 13px;">
42-
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
42+
.آخرین بروز رسانی در {{ last_updated }}
4343
</p>
4444
{%- endif %}
4545
{%- if show_sphinx %}

_templates/sphinx_minoo_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ language = fa
1515
body_max_width = 800px
1616
#
1717
# Set up the web tracking code (Google Analytics).
18-
analytics_id = UA-61670451-1
18+
analytics_id = UA-107863650-1
1919
#
2020
# Your links:
2121
# Whichever you don't want, left empty!

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747

4848
# General information about the project.
4949
project = u'کتاب آزاد آموزش پایتون'
50-
copyright = u'2015, Saeid Darvishi'
51-
author = u'Saeid Darvishi'
50+
copyright = u'2015, Saeid Darvish'
51+
author = u'Saeid Darvish'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
@@ -223,7 +223,7 @@
223223
# author, documentclass [howto, manual, or own class]).
224224
latex_documents = [
225225
(master_doc, 'PythonPersianTutorial.tex', u'PythonPersianTutorial Documentation',
226-
u'Saeid Darvishi', 'manual'),
226+
u'Saeid Darvish', 'manual'),
227227
]
228228

229229
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)