You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release version 0.2.4
This mainly adds compatibility for Windows and also fixes some other
minor bugs, especially regarding module handle in `conf.py`.
Release version 0.2.3
* Fixed return codes of main() function and exit with non-zero status if
no matching refs were found.
* Added some logging calls to the git module.
* Fixed bug where local branch was used to check the existence of files
on remote branches.
Release version 0.2.2
Added additional checks to determine if a branch or tag contains both
the Sphinx source directory and the conf.py file. If that's not the
case, that branch or tag is skipped automatically and not copied to the
temporary directory. (PR sphinx-contrib#9)