Skip to content

Commit de085a3

Browse files
committed
Changed style stuff
1 parent 9c3ab04 commit de085a3

35 files changed

+125
-15907
lines changed

_build/doctrees/environment.pickle

501 Bytes
Binary file not shown.

_build/doctrees/index.doctree

395 Bytes
Binary file not shown.

_build/html/en/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 271da5e36062085a5440f3e8ef40182d
3+
config: 27387ce062f0c957faf0d1d77a662b9c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_build/html/en/01-diffbot.html

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

2525

2626

27-
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
27+
<link rel="stylesheet" href="_static/css/my_theme.css" type="text/css" />
2828

2929

3030

_build/html/en/_sources/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This documentation is intended for Diffbot's PHP client - for general Diffbot do
1010

1111
If this is your first time encountering the PHP client, it's recommended you read :doc:`the overview </overview>`.
1212

13+
:hidden:`maintoc`
14+
~~~~~~~~~~~~~~~~~
15+
1316
Contents:
1417

1518
.. toctree::
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
@import url('theme.css');
2+
/* Custom styles */
3+
4+
.rst-content dl dd {
5+
margin: 24px 24px 24px 24px;
6+
}
7+
8+
.rst-content dl>dt {
9+
width: 100%;
10+
}
11+
12+
.rst-content dl:not(.docutils) {
13+
margin-top: 36px;
14+
}
15+
16+
.rst-content .hidden {
17+
display: none !important;
18+
}
19+
20+
nav .hidden, div.section#maintoc .hidden {
21+
display: unset !important;
22+
visibility: visible !important;
23+
}

0 commit comments

Comments
 (0)