Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Mar 14, 2022
1 parent 0c96f30 commit 308ad75
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Astronomer"

# The full version, including alpha/beta/rc tags
release = "1.0.0a1"
release = "1.1.0.dev1"


# -- General configuration ---------------------------------------------------
Expand All @@ -32,7 +32,6 @@
# ones.
extensions = [
"autoapi.extension",
"sphinx.ext.napoleon",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -85,12 +84,8 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
autoapi_dirs = ["../astronomer"]
autoapi_add_toctree_entry = False
autoapi_root = "../astronomer"

autoapi_generate_api_docs = True
autodoc_typehints = "description"


# The default options for autodoc directives. They are applied to all autodoc directives automatically.
autodoc_default_options = {"show-inheritance": True, "members": True}
Expand Down Expand Up @@ -124,15 +119,3 @@
suppress_warnings = [
"autoapi.python_import_resolution",
]

# -- Options for ext.exampleinclude --------------------------------------------
exampleinclude_sourceroot = os.path.abspath("..")

# -- Options for ext.redirects -------------------------------------------------
redirects_file = "redirects.txt"
autoapi_python_use_implicit_namespaces = True
autoapi_member_order = "groupwise"

# Napoleon settings
napoleon_google_docstring = True
napoleon_numpy_docstring = False

0 comments on commit 308ad75

Please sign in to comment.