Holzhaus / sphinx-multiversion

Sphinx extension for building self-hosted versioned docs.
https://holzhaus.github.io/sphinx-multiversion/
BSD 2-Clause "Simplified" License
148 stars 65 forks source link

How do I integrate my remote? #114

Open SigmaKlim opened 2 weeks ago

SigmaKlim commented 2 weeks ago

Hi! I am pretty new to sphinx and I cannot figure out how I should let sphinx know about my remote (branches and tags), so that multiversion would work. My documentation root directory (containing source and build folders) is where my local repo is (it has .git folder there). I reproduce all the steps from quickstart and get no versions in the sidebar. For debug, I added "else" part to the sample template to see whether it runs and any versions are detected. I can see that the code from versioning.html runs, but no versions are detected by sphinx. Could you guide me, please?