Metadata-Version: 2.1
Name: sphinx-multiversion-afennell
Version: 0.2.5
Summary: Add support for multiple versions to sphinx
Home-page: https://holzhaus.github.io/sphinx-multiversion/
Author: Jan Holthuis
Author-email: holthuis.jan@googlemail.com
License: BSD
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sphinx >=2.1

# sphinx-multiversion

Fork of https://github.com/Holzhaus/sphinx-multiversion

Sphinx extension for building self-hosted versioned docs.

This extension aims to provide a clean implementation that tries to avoid messing with Sphinx internals as much as possible.

Documentation can be found at: https://holzhaus.github.io/sphinx-multiversion/

## Fork Additions

### Fixed temp directory issue

Fixed an issue with temp directories not initializing as valid Git repositories when cloning remote branches.
