Parcourir la source

docs/changelog: Add changelog entry from confdir bugfix

Jan Holthuis il y a 4 ans
Parent
commit
961633deb3
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      docs/changelog.rst

+ 3 - 0
docs/changelog.rst

@@ -11,6 +11,7 @@ Version 0.2.4 (unreleased)
 --------------------------
 
 * Skip file existence check for the :file:`.` directory. This fixes an issue if the configuration or source directory is in the local path but reported as missing, because ``git cat-file -e`` always reports an error in that case. (`#12 <issue12_>`_)
+* 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 <issue11_>`_)
 
 
 Version 0.2.3
@@ -57,4 +58,6 @@ Version 0.1.0
 .. _issue4: https://github.com/Holzhaus/sphinx-multiversion/issues/4
 .. _issue7: https://github.com/Holzhaus/sphinx-multiversion/issues/7
 .. _issue9: https://github.com/Holzhaus/sphinx-multiversion/issues/9
+.. _issue11: https://github.com/Holzhaus/sphinx-multiversion/issues/11
 .. _issue12: https://github.com/Holzhaus/sphinx-multiversion/issues/12
+.. _issue13: https://github.com/Holzhaus/sphinx-multiversion/issues/13