Skip to content

Commit

Permalink
add commons and fix conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDokuka committed Jul 6, 2015
1 parent bf72a37 commit 9c2e3ae
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/common/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
code.std-keyword {
background-color: #EEEEEE;
color: black;
border-radius: 5px;
}
8 changes: 8 additions & 0 deletions docs/common/_static/wedc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var varSegmentation = 0;
var varClickTracking = 1;
var varCustomerTracking = 1;
var varAutoFirePV = 1;
var Route = 12656;
var Ctrl = "";

document.write("<script type='text/javascript' src='" + (window.location.protocol) + "//c.microsoft.com/ms.js'" + "'><\/script>");
1 change: 1 addition & 0 deletions docs/common/authors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. _Oleg Dokuka: http://omniscient.me/
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
#
# <noscript><img alt="" width="1" height="1" src="https://c.microsoft.com/trans_pixel.aspx"/></noscript>
#
#.. include:: /../common/authors.txt
#.. include:: /common/authors.txt
#"""

# -- Options for HTML output ----------------------------------------------
Expand Down Expand Up @@ -159,7 +159,7 @@ def setup(app):
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['../common/_static']
html_static_path = ['/common/_static']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down

0 comments on commit 9c2e3ae

Please sign in to comment.