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

Fix sphinx subprocess source-path argument #77

Open nicph opened 3 years ago

nicph commented 3 years ago

fixes #76

Using an absolute source path prevents extensions like sphinxcontrib-kroki to work properly.

Since sphinx is running in it's own subprocess, the absolute path to the source dir is not required anymore.