Skip to content

Commit a36ce1c

Browse files
committed
docs/changelog: Amend entry and mention python flags passthrough
1 parent d52596d commit a36ce1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Version 0.2.4 (unreleased)
1515
* Fix bug in the sphinx extension which tried to load the `conf.py` from the source directory instead of the conf directory. This could lead to problems when the two directories differ. (`#11 <issue11_>`_, `#13 <issue13_>`_)
1616
* Fix wrong import in :file:`__main__.py` that prevented invocation using ``python -m sphinx_multiversion``. (`#23 <issue23_>`_)
1717
* Fix failure to find refs if ``sphinx-multiversion`` was not invoked from the root of the git repository. (`#24 <issue24_>`_, `#25 <issue25_>`_, `#26 <issue26_>`_)
18-
* Resolve issues with Sphinx extensions and Python modules not being reloaded when parsing the different :file:`conf.py` files. Now, each config file is parsed in it's own process, and the build is performed using the ``subprocess`` module instead of doing it all from the context of the main module. (`#22 <issue22_>`_, `#28 <issue28_>`_, `#30 <issue30_>`_)
18+
* Resolve issues with Sphinx extensions and Python modules not being reloaded when parsing the different :file:`conf.py` files. Now, each config file is parsed in it's own process, and the build is performed using the ``subprocess`` module instead of doing it all from the context of the main module. Python's `interpreter flags <pythonflags_>`_ (e.g. isolated mode) are passed through to the subprocesses. (`#22 <issue22_>`_, `#28 <issue28_>`_, `#30 <issue30_>`_, `#36 <issue36_>`_)
1919
* Rewrite the path handling of the Sphinx extension to handle branch names containing a forward slash properly on Windows and add unittests and Windows CI builds to make sure it doesn't break on future updates. (`#31 <issue31_>`_, `#35 <issue35_>`_)
2020

2121

@@ -77,3 +77,5 @@ Version 0.1.0
7777
.. _issue30: https://github.com/Holzhaus/sphinx-multiversion/issues/30
7878
.. _issue31: https://github.com/Holzhaus/sphinx-multiversion/issues/31
7979
.. _issue35: https://github.com/Holzhaus/sphinx-multiversion/issues/35
80+
.. _issue36: https://github.com/Holzhaus/sphinx-multiversion/issues/36
81+
.. _pythonflags: https://docs.python.org/3/using/cmdline.html#miscellaneous-options

0 commit comments

Comments
 (0)