Skip to content

Commit 16cdacc

Browse files
authored
Merge pull request #12584 from pradyunsg/improve-documentation-configuration
Improve how Sphinx documentation build is configured
2 parents ebfaf42 + cc9bf00 commit 16cdacc

File tree

10 files changed

+158
-419
lines changed

10 files changed

+158
-419
lines changed

doc/en/_static/pytest-custom.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* Tweak how the sidebar logo is presented */
2+
.sidebar-logo {
3+
width: 70%;
4+
}
5+
.sidebar-brand {
6+
padding: 0;
7+
}
8+
9+
/* The landing pages' sidebar-in-content highlights */
10+
#features ul {
11+
padding-left: 1rem;
12+
list-style: none;
13+
}
14+
#features ul li {
15+
margin-bottom: 0;
16+
}
17+
@media (min-width: 46em) {
18+
#features {
19+
width: 50%;
20+
}
21+
}

doc/en/_templates/globaltoc.html

Lines changed: 0 additions & 31 deletions
This file was deleted.

doc/en/_templates/layout.html

Lines changed: 0 additions & 52 deletions
This file was deleted.

doc/en/_templates/relations.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/en/_templates/sidebar/brand.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/en/_templates/sidebarintro.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/en/_templates/style.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)