Skip to content

Commit

Permalink
Start adding types
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Oct 27, 2021
1 parent 20e45b3 commit 2cd6d47
Show file tree
Hide file tree
Showing 14 changed files with 282 additions and 231 deletions.
3 changes: 2 additions & 1 deletion docs_rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

import os
import sys
from typing import Mapping

from fireworks import __version__

Expand Down Expand Up @@ -181,7 +182,7 @@

# -- Options for LaTeX output --------------------------------------------------

latex_elements = {
latex_elements: Mapping[str, str] = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
Expand Down
Loading

0 comments on commit 2cd6d47

Please sign in to comment.