diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index b92da26..28cd435 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -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. `_ diff --git a/tests/tests.py b/tests/tests.py index 446c8e6..785c237 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -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)