Skip to content

Commit 3ffcddb

Browse files
committed
Added media.net
1 parent 908b6e1 commit 3ffcddb

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

_static/js/ad.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script id="mNCC" language="javascript">
2+
medianet_width = "728";
3+
medianet_height = "90";
4+
medianet_crid = "288565540";
5+
medianet_versionId = "3111299";
6+
</script>
7+
<script src="//contextual.media.net/nmedianet.js?cid=8CU94WU64"></script>

conf.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
# One entry per manual page. List of tuples
218218
# (source start file, name, description, authors, manual section).
219219
man_pages = [
220-
('index', 'pythontips', u'Python Tips Documentation',
220+
('index', 'pythontips', u'Python Tips',
221221
[u'Muhammad Yasoob Ullah Khalid'], 1)
222222
]
223223

@@ -231,7 +231,7 @@
231231
# (source start file, target name, title, author,
232232
# dir menu entry, description, category)
233233
texinfo_documents = [
234-
('index', 'PythonTips', u'Python Tips Documentation',
234+
('index', 'PythonTips', u'Python Tips',
235235
u'Muhammad Yasoob Ullah Khalid', 'PythonTips', 'One line description of project.',
236236
'Miscellaneous'),
237237
]
@@ -255,7 +255,7 @@
255255
epub_title = u'Python Tips'
256256
epub_author = u'Muhammad Yasoob Ullah Khalid'
257257
epub_publisher = u'Muhammad Yasoob Ullah Khalid'
258-
epub_copyright = u'2015, Muhammad Yasoob Ullah Khalid'
258+
epub_copyright = u'2017, Muhammad Yasoob Ullah Khalid'
259259

260260

261261
#epub_theme = 'epub'
@@ -313,3 +313,7 @@
313313
#html_theme_path = ['_themes']
314314
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
315315
html_theme = 'sphinx_rtd_theme'
316+
317+
318+
def setup(app):
319+
app.add_javascript("js/ad.js")

0 commit comments

Comments
 (0)