Skip to content

Commit

Permalink
Merge branch 'production' into actx-freeze-thaw-production
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Jul 3, 2022
2 parents 05e149c + cfbf874 commit b747ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
20 changes: 1 addition & 19 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Path setup --------------------------------------------------------------

# 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
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))


# -- Project information -----------------------------------------------------

project = "mirgecom"
Expand Down Expand Up @@ -66,8 +49,6 @@
#
html_theme = "furo"

html_theme_options = {}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand All @@ -94,6 +75,7 @@
}

autoclass_content = "class"
autodoc_typehints = "description"

todo_include_todos = True

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ max-line-length=85
inline-quotes = "
docstring-quotes = """
multiline-quotes = """
per-file-ignores = test/test_*.py:B023
[pydocstyle]
inherit=false
Expand Down

0 comments on commit b747ac0

Please sign in to comment.