Skip to content

Commit

Permalink
sphinx moved the "status_iterator" method into a submodule, breaking …
Browse files Browse the repository at this point in the history
…our doc builds
  • Loading branch information
obra committed Dec 6, 2024
1 parent d2c2323 commit f8f8f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_sphinx/copy-examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
from pathlib import Path
from shutil import copy2, copytree, rmtree

from sphinx.util import status_iterator
from sphinx.util.display import status_iterator

def find_examples_docs(src_dir, target_dir):
"""Yield tuples of (source, dest) filenames.
Expand Down

0 comments on commit f8f8f15

Please sign in to comment.