Skip to content

Commit

Permalink
build: drop reference to workflow-examples
Browse files Browse the repository at this point in the history
Problem: the sphinx build emits warnings about missing
workflow-examples.

loading intersphinx inventory from https://flux-framework.readthedocs.io/projects/flux-workflow-examples/en/latest/objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://flux-framework.readthedocs.io/projects/flux-workflow-examples/en/latest/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://flux-framework.readthedocs.io/projects/flux-workflow-examples/en/latest/objects.inv

But that readthedocs project was deleted.

Drop the reference from conf.py.
  • Loading branch information
garlick authored and trws committed Sep 29, 2023
1 parent b40873d commit 92ecfcf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,4 @@ def setup(app):
"https://flux-framework.readthedocs.io/projects/flux-rfc/en/latest/",
None,
),
"workflow-examples": (
"https://flux-framework.readthedocs.io/projects/flux-workflow-examples/en/latest/",
None,
),
}

0 comments on commit 92ecfcf

Please sign in to comment.