Skip to content

Commit

Permalink
Merge pull request #1333 from willingc/bump-autobuild
Browse files Browse the repository at this point in the history
Update sphinx-autobuild version
  • Loading branch information
pradyunsg committed Nov 2, 2023
2 parents 0b20b77 + b4c0c7a commit ae7b49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def build(session, autobuild=False):

if autobuild:
command = "sphinx-autobuild"
extra_args = "-H", "0.0.0.0"
extra_args = "--host", "0.0.0.0"
else:
# NOTE: This branch adds options that are unsupported by autobuild
command = "sphinx-build"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx==4.5.0
sphinx-autobuild==0.7.1
sphinx-autobuild==2021.3.14
sphinx-inline-tabs==2021.4.11b9
python-docs-theme==2023.9
sphinx-copybutton==0.5.0
Expand Down

0 comments on commit ae7b49f

Please sign in to comment.