Skip to content

Commit 2cd6d47

Browse files
committed
Start adding types
1 parent 20e45b3 commit 2cd6d47

File tree

14 files changed

+282
-231
lines changed

14 files changed

+282
-231
lines changed

docs_rst/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import os
1414
import sys
15+
from typing import Mapping
1516

1617
from fireworks import __version__
1718

@@ -181,7 +182,7 @@
181182

182183
# -- Options for LaTeX output --------------------------------------------------
183184

184-
latex_elements = {
185+
latex_elements: Mapping[str, str] = {
185186
# The paper size ('letterpaper' or 'a4paper').
186187
#'papersize': 'letterpaper',
187188
# The font size ('10pt', '11pt' or '12pt').

0 commit comments

Comments
 (0)