We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d0d0d commit 0489e47Copy full SHA for 0489e47
docs/conf.py
@@ -70,6 +70,7 @@
70
release = '2.10.1'
71
72
releases = [
73
+ "latest",
74
release,
75
"2.9.13",
76
"2.8.5",
@@ -135,7 +136,8 @@
135
136
"monospace_font": "Ubuntu Mono",
137
"monospace_font_size": "1.1rem",
138
- "style": "red",
139
+ "style": "green",
140
+ "style_header_neutral": True,
141
"pygments_light_style": "pastie",
142
"pygments_dark_style": "dracula",
143
docs/requirements.txt
@@ -2,4 +2,4 @@ sphinx>=8,<9
2
myst-parser>=4.0.0,<4.1
3
sphinx-colorschemed-images>=0.2.2
4
sphinx-copybutton>=0.5.2,<1.0.0
5
-sphinx-nefertiti>=0.6.0
+sphinx-nefertiti>=0.7.0
0 commit comments