diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-14 13:17:02 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-14 14:27:12 +0000 |
commit | 622d0be1b303eaca3df917fe89b7355c559dccec (patch) | |
tree | 47b57db8a5fd81ea0e9e6350ae8532acc335295a /docs | |
parent | Delete duplicate user deactivation (diff) | |
download | synapse-622d0be1b303eaca3df917fe89b7355c559dccec.tar.xz |
Fix with isort==4.3.21 and black==19.3b0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sphinx/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index ca4b879526..5c5a115ca9 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -12,8 +12,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys import os +import sys # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -191,11 +191,11 @@ htmlhelp_basename = "Synapsedoc" latex_elements = { # The paper size ('letterpaper' or 'a4paper'). - #'papersize': 'letterpaper', + # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). - #'pointsize': '10pt', + # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. - #'preamble': '', + # 'preamble': '', } # Grouping the document tree into LaTeX files. List of tuples |