We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from __future__ import annotations
1 parent f3146c1 commit 028cf60Copy full SHA for 028cf60
sphinx_autobuild/__main__.py
@@ -1,5 +1,7 @@
1
"""Entrypoint for ``python -m sphinx_autobuild``."""
2
3
+from __future__ import annotations
4
+
5
import argparse
6
import shlex
7
import sys
sphinx_autobuild/build.py
"""Logic for interacting with sphinx-build."""
import subprocess
sphinx_autobuild/filter.py
"""Logic for ignoring paths."""
import fnmatch
import re
from pathlib import Path
sphinx_autobuild/utils.py
"""Generic utilities."""
import socket
import threading
0 commit comments