Skip to content

Commit ae7b49f

Browse files
authored
Merge pull request #1333 from willingc/bump-autobuild
Update sphinx-autobuild version
2 parents 0b20b77 + b4c0c7a commit ae7b49f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def build(session, autobuild=False):
3939

4040
if autobuild:
4141
command = "sphinx-autobuild"
42-
extra_args = "-H", "0.0.0.0"
42+
extra_args = "--host", "0.0.0.0"
4343
else:
4444
# NOTE: This branch adds options that are unsupported by autobuild
4545
command = "sphinx-build"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx==4.5.0
2-
sphinx-autobuild==0.7.1
2+
sphinx-autobuild==2021.3.14
33
sphinx-inline-tabs==2021.4.11b9
44
python-docs-theme==2023.9
55
sphinx-copybutton==0.5.0

0 commit comments

Comments
 (0)