Skip to content

Commit

Permalink
Fix docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Sep 26, 2023
1 parent d626d5b commit ab89a55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
# intersphinx allows referencing other packages sphinx docs
intersphinx_mapping = {
"python": ("https://docs.python.org/3.9", None),
"traitlets": ("https://traitlets.readthedocs.io/en/stable/", None),
"ctapipe": ("https://ctapipe.readthedocs.io/en/v0.20.0/", None),
}

# -- Options for HTML output -------------------------------------------------
Expand All @@ -43,3 +45,6 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_logo = "_static/cta.png"

# fixes "no sub file found" for members inherited from traitlets
numpydoc_class_members_toctree = False

0 comments on commit ab89a55

Please sign in to comment.