Skip to content

Commit 61fa59d

Browse files
authored
Update docs font to match marshmallow; remove requirements from readme (#704)
1 parent 321e3a4 commit 61fa59d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ Get it now
135135
$ pip install -U marshmallow-sqlalchemy
136136
137137
138-
Requires Python >= 3.9, marshmallow >= 3.18.0, and SQLAlchemy >= 1.4.40.
139-
140138
.. end elevator-pitch
141139
142140
Documentation

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"source_directory": "docs/",
4343
"sidebar_hide_name": True,
4444
"light_css_variables": {
45-
# Serif system font stack: https://systemfontstack.com/
46-
"font-stack": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;",
45+
"font-stack": "Charter, Iowan Old Style, Palatino Linotype, Palatino, Georgia, serif;",
4746
},
4847
"top_of_page_buttons": ["view"],
4948
}

0 commit comments

Comments
 (0)