Skip to content

Commit 106cf82

Browse files
committedOct 30, 2023
Edit mkdocs.yml and add .css file for formatting and required dependencies to enable PDF autogeneration
1 parent 70cb3f5 commit 106cf82

File tree

5 files changed

+385
-6
lines changed

5 files changed

+385
-6
lines changed
 

‎docs/stylesheets/extra.css

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.md-typeset table {
2+
font-size: 9px;
3+
}
4+
5+
.quote summary::before {
6+
display: none;
7+
}
8+
9+
.references summary::before {
10+
display: none;
11+
}

‎mkdocs.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ copyright: 'Made by <a href="info@gispo.fi">Gispo Ltd.</a>'
77
theme:
88
name: "material"
99

10+
extra_css:
11+
- stylesheets/extra.css
12+
1013
plugins:
11-
- search
12-
- mkdocstrings
14+
- search
15+
- mkdocstrings:
16+
handlers:
17+
python:
18+
options:
19+
heading_level: 3
20+
- with-pdf

0 commit comments

Comments
 (0)