Skip to content

Commit 81f6d97

Browse files
committed
Remove style-override for internal links
As of sphinx 1.4.5 or so the internal links are not in italics.
1 parent 4f32f41 commit 81f6d97

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: _static/diffpy-styles.css

-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
/* Turn off italics for internal references */
2-
3-
a.reference.internal em {
4-
font-style: normal;
5-
}

Diff for: _templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
{% extends "!layout.html" %}
33

44
{# Custom CSS overrides #}
5-
{% set bootswatch_css_custom = ['_static/diffpy-styles.css'] %}
5+
{# placeholder, see git log this-file #}

0 commit comments

Comments
 (0)