Skip to content

Commit 75e4a37

Browse files
committed
Clean up a few bits
* Drop requirements that don't work on 3.6 (not sure why werkzeug was there anyways) * Update stylesheet from latest build asset from .com * Bring fonts in This is just a quick fix, I don't really care about style here much except for the fact that we were using Puritan font family before and it renders poorly. We'll address proper styles another time.
1 parent d65d5dd commit 75e4a37

30 files changed

+24259
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
_build
22
*.sw[opmn]
3+
.python-version
4+
.ropeproject/
13.3 KB
Binary file not shown.
34.5 KB
Binary file not shown.

_themes/rtd-blog/static/fonts/lato-bold.svg

Lines changed: 2835 additions & 0 deletions
Loading
74.6 KB
Binary file not shown.
37.6 KB
Binary file not shown.
29.7 KB
Binary file not shown.
Binary file not shown.

_themes/rtd-blog/static/fonts/lato-bolditalic.svg

Lines changed: 2848 additions & 0 deletions
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 KB
Binary file not shown.

_themes/rtd-blog/static/fonts/lato-italic.svg

Lines changed: 2853 additions & 0 deletions
Loading
80.5 KB
Binary file not shown.
40.1 KB
Binary file not shown.
Binary file not shown.
34.2 KB
Binary file not shown.

_themes/rtd-blog/static/fonts/lato-regular.svg

Lines changed: 2836 additions & 0 deletions
Loading
74.6 KB
Binary file not shown.
37.3 KB
Binary file not shown.
29.6 KB
Binary file not shown.
97.9 KB
Binary file not shown.

_themes/rtd-blog/static/fonts/typicons.svg

Lines changed: 1180 additions & 0 deletions
Loading
97.6 KB
Binary file not shown.
58.5 KB
Binary file not shown.

_themes/rtd-blog/static/local.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ div.section ul {
1919
margin: 1em;
2020
}
2121

22-
div.section p,
22+
div.section p {
23+
margin: .75rem .5rem;
24+
line-height: 1.6rem;
25+
}
26+
2327
div.section ul li,
2428
div.sidebar ul li {
2529
margin: .5em;
@@ -108,4 +112,8 @@ img.align-center {
108112

109113
strong {
110114
font-weight: bold;
111-
}
115+
}
116+
117+
div.highlight pre {
118+
white-space: pre;
119+
}

_themes/rtd-blog/static/main.css

Lines changed: 11693 additions & 1 deletion
Large diffs are not rendered by default.

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
# General information about the project.
8181
project = u'Read the Docs Blog'
82-
copyright = u'2015, Read the Docs, Inc'
82+
copyright = u'2018, Read the Docs, Inc'
8383

8484
# The version info for the project you're documenting, acts as replacement for
8585
# |version| and |release|, also used in various other places throughout the

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Werkzeug==0.9.6
2-
wsgiref==0.1.2
3-
Sphinx==1.6.6
1+
Sphinx<1.8>1.7
42

53
# https://github.com/abakan/ablog/pull/93
64
git+https://github.com/tadeboro/ablog@cc099ccdfac85a4c2f4a64ecf04e17b3019ce5a7#egg=ablog-dev

0 commit comments

Comments
 (0)