Skip to content

regrid docs update #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def _dotv(version):

# sphinx.ext.todo configuration -----------------------------------------------
# See https://www.sphinx-doc.org/en/master/usage/extensions/todo.html
todo_include_todos = True
todo_include_todos = False
todo_emit_warnings = False

# api generation configuration
autodoc_member_order = "alphabetical"
Expand Down Expand Up @@ -397,6 +398,7 @@ def _dotv(version):
"https://biggus.readthedocs.io/",
"https://stickler-ci.com/",
"https://twitter.com/scitools_iris",
"https://stackoverflow.com/questions/tagged/python-iris",
]

# list of sources to exclude from the build.
Expand Down
Loading