Skip to content

Commit e13db3e

Browse files
AbrilRBSczoido
andauthored
Rr/master cherry pick (#3554)
* replace language None in doc branches (#3531) (cherry picked from commit 812d0aa) * Bump Sphinx to latest version (#3518) * Bump Sphinx to latest version * some fixes * install requirements * Fix * minor changes * Update _themes/conan/theme.conf * Apply suggestions from code review * fix version slug * do not publish for the moment --------- Co-authored-by: czoido <[email protected]> (cherry picked from commit 6d84b86) * build pdf with -f (cherry picked from commit 7d2de88) * revert (cherry picked from commit d8b86ab) * Improve layout (cherry picked from commit 16b0ec3) * Disable -j auto (cherry picked from commit f39a2e0) * remove scripts * change theme name --------- Co-authored-by: Carlos Zoido <[email protected]>
1 parent d2fb6c7 commit e13db3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3278
-1661
lines changed

.ci/test.jenkins

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ node('Linux') {
2828

2929
docsImage.inside {
3030
stage('Test build') {
31+
sh 'pip install -r requirements.txt'
3132
parallel html: {
3233
// for some reason even adding this to autodoc_mock_imports
3334
// does not work, se we have to install the real dependency

_static/css/conan.css

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
body {
2+
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
3+
}
4+
5+
h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
6+
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
7+
}
8+
9+
.code-block-caption .headerlink, .code-block-caption .headerlink:hover, .code-block-caption .headerlink:visited {
10+
color: white;
11+
text-decoration: none;
12+
}
13+
14+
.command {
15+
text-decoration: bold;
16+
border: 1px solid #E6E6E6;
17+
background-color: white;
18+
border-radius: 1px;
19+
padding: 2px;
20+
font-family: monospace, serif;
21+
font-size: 0.8em
22+
}

_themes/conan/static/css/search.css _static/css/search.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ input{
109109
.select2-results__option.select2-results__option--load-more {
110110
padding-left: 35px;
111111
background-position: 10px 50%;
112-
}
112+
}

_themes/conan/__init__.py

-41
This file was deleted.

_themes/conan/breadcrumbs.html

-81
This file was deleted.

_themes/conan/footer.html

-52
This file was deleted.

0 commit comments

Comments
 (0)