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 8c08383 commit d2c2323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_sphinx/inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from pathlib import Path
from shutil import copy2

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


def find_inline_docs(src_dir, target_dir, match='*.rst'):
Expand Down Expand Up @@ -99,4 +99,4 @@ def docname(item):
def setup(app):
app.add_config_value('inline_source', None, 'env', (PathLike, str))
app.add_config_value('inline_dest', None, 'env', (PathLike, str))
app.connect('config-inited', config_inited)
app.connect('config-inited', config_inited)

0 comments on commit d2c2323

Please sign in to comment.