Skip to content

Commit

Permalink
fix sphin build subprocess in tests for sphinx > 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Aug 18, 2024
1 parent 5998cf4 commit cfeb872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Change Log
==========

v0.3.5 (16-AUG-2024)
v0.3.5 (18-AUG-2024)
====================

* Fixed `Lazily loaded commands throw an exception. <https://github.com/sphinx-contrib/typer/issues/37>`_
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def build_example(
app.build()
else:
os.system(
f"poetry run sphinx-build {ex_dir} {bld_dir / builder} --conf {ex_dir.parent}"
f"poetry run sphinx-build {ex_dir} {bld_dir / builder} -c {ex_dir.parent}"
)

os.chdir(cwd)
Expand Down

0 comments on commit cfeb872

Please sign in to comment.