Skip to content

Commit

Permalink
Sphinx-needs giving useless errors, even on verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Feb 5, 2025
1 parent dd27875 commit ba17e77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,12 @@ def setup(app):
"**/ccl*",
"**/Python27*",
"_build",
"developer", # TODO: JOHN, I am really not sure about this. Just trying stuff.
"gallery",
"gallery-src",
"gallery-src", # TODO: JOHN, I am really not sure about this. Just trying stuff.
"tutorials",
"**.inc.rst",
"**.inc",
APIDOC_REL,
STATIC_DIR,
]
Expand Down

0 comments on commit ba17e77

Please sign in to comment.