Skip to content

Commit

Permalink
Updated with """
Browse files Browse the repository at this point in the history
  • Loading branch information
tcmetzger committed Jul 6, 2020
1 parent 8d95517 commit 76d00b0
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# -*- coding: utf-8 -*-
#
# complexity documentation build configuration file, created by
# sphinx-quickstart on Tue Jul 9 22:26:36 2013.
#
# This file is execfile()d with the current directory set to its containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All configuration values have a default; values that are commented out
# serve to show the default.

"""Complexity documentation build configuration file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
This file is execfile()d with the current directory set to its containing dir.
Note that not all possible configuration values are present in this
autogenerated file.
All configuration values have a default; values that are commented out
serve to show the default.
"""

import os
import sys
Expand Down Expand Up @@ -38,8 +39,8 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
# "sphinx.ext.autosummary"
"ogtag",
# "sphinx.ext.autosummary"
]
# autosummary_generate = True

Expand Down Expand Up @@ -193,14 +194,14 @@

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

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
# 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
# 'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
# 'preamble': '',
}
# latex_elements = {
# # The paper size ('letterpaper' or 'a4paper').
# "papersize": "letterpaper",
# # The font size ('10pt', '11pt' or '12pt').
# "pointsize": "10pt",
# # Additional stuff for the LaTeX preamble.
# # 'preamble': '',
# }

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
Expand Down

0 comments on commit 76d00b0

Please sign in to comment.